#C9BBEB

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

Shades of Melrose #C9BBEB

Tints of Melrose #C9BBEB

Color information

#C9BBEB (or 0xC9BBEB) is unknown color: approx Melrose. HEX triplet: C9, BB and EB. RGB value is (201,187,235). Sum of RGB (Red+Green+Blue) = 201+187+235=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBEB is #364414. Grayscale: #C4C4C4. Windows color (decimal): -3556373 or 15449033. OLE color: 15449033.

HSL color Cylindrical-coordinate representation of color #C9BBEB: hue angle of 257.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9BBEB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201187235-
CMYK0.140.2000.08
HSL257.5º54.55%82.75%-
HSV(B)257.5º20.43%92.16%-
XYZ56.8553.9686.02-
YUV196.66149.64131.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.26%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=32.26%
G=30.02%
B=37.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011872350.140.2000.08257.554.5582.75
HexC9BBEBE14081023753
Octal311273353162401040267123
Binary110010011011101111101011111010100010001000000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBEB; }

 p { color: rgb(201,187,235); }

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

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

 a { background-color: rgb(201,187,235); }

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

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

 span { border-color: rgb(201,187,235); }

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