#C9BCE9

Color #C9BCE9 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C9BCE9

Tints of Melrose #C9BCE9

Color information

#C9BCE9 (or 0xC9BCE9) is unknown color: approx Melrose. HEX triplet: C9, BC and E9. RGB value is (201,188,233). Sum of RGB (Red+Green+Blue) = 201+188+233=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCE9 is #364316. Grayscale: #C4C4C4. Windows color (decimal): -3556119 or 15318217. OLE color: 15318217.

HSL color Cylindrical-coordinate representation of color #C9BCE9: hue angle of 257.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BCE9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201188233-
CMYK0.140.1900.09
HSL257.33º50.56%82.55%-
HSV(B)257.33º19.31%91.37%-
XYZ56.7854.2784.57-
YUV197.02148.31130.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 32.32%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 233 (91.41% from 255) = 37.46%
R=32.32%
G=30.23%
B=37.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011882330.140.1900.09257.3350.5682.55
HexC9BCE9E13091013353
Octal311274351162301140163123
Binary110010011011110011101001111010011010011000000011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCE9; }

 p { color: rgb(201,188,233); }

 H1.HeaderClassName
 {
   color: #C9BCE9;
 }
 .AnyTagClassName
 {
   color: #C9BCE9;
 }
</style>
background-color css

<style>
 a { background-color: #C9BCE9; }

 a { background-color: rgb(201,188,233); }

 div.DivClassName
 {
   background-color: #C9BCE9;
 }
 .BgClassName
 {
   background-color: #C9BCE9;
 }
</style>
border-color css

<style>
 span { border-color: #C9BCE9; }

 span { border-color: rgb(201,188,233); }

 td.TdClassName
 {
   border-color: #C9BCE9;
 }
 .TagClassName
 {
   border-color: #C9BCE9;
 }
</style>