#C9BBBF

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

Shades of Melanie #C9BBBF

Tints of Melanie #C9BBBF

Color information

#C9BBBF (or 0xC9BBBF) is unknown color: approx Melanie. HEX triplet: C9, BB and BF. RGB value is (201,187,191). Sum of RGB (Red+Green+Blue) = 201+187+191=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBBF is #364440. Grayscale: #BFBFBF. Windows color (decimal): -3556417 or 12565449. OLE color: 12565449.

HSL color Cylindrical-coordinate representation of color #C9BBBF: hue angle of 342.86º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BBBF is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201187191-
CMYK00.070.050.21
HSL342.86º11.48%76.08%-
HSV(B)342.86º6.97%78.82%-
XYZ51.2651.7256.57-
YUV191.64127.64134.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 191 (75% from 255) = 32.99%
R=34.72%
G=32.30%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118719100.070.050.21342.8611.4876.08
HexC9BBBF07515157b4c
Octal3112732770752552713114
Binary11001001101110111011111101111011010110101011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBBF; }

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

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

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

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

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

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

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

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