#C9BFEC

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

Shades of Melrose #C9BFEC

Tints of Melrose #C9BFEC

Color information

#C9BFEC (or 0xC9BFEC) is unknown color: approx Melrose. HEX triplet: C9, BF and EC. RGB value is (201,191,236). Sum of RGB (Red+Green+Blue) = 201+191+236=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFEC is #364013. Grayscale: #C6C6C6. Windows color (decimal): -3555348 or 15515593. OLE color: 15515593.

HSL color Cylindrical-coordinate representation of color #C9BFEC: hue angle of 253.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BFEC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201191236-
CMYK0.150.1900.07
HSL253.33º54.22%83.73%-
HSV(B)253.33º19.07%92.55%-
XYZ57.8655.7487.07-
YUV199.12148.81129.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.01%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=32.01%
G=30.41%
B=37.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011912360.150.1900.07253.3354.2283.73
HexC9BFECF1307fd3654
Octal31127735417230737566124
Binary1100100110111111111011001111100110111111111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFEC; }

 p { color: rgb(201,191,236); }

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

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

 a { background-color: rgb(201,191,236); }

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

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

 span { border-color: rgb(201,191,236); }

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