#C9BBB0

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

Shades of Pale Slate #C9BBB0

Tints of Pale Slate #C9BBB0

Color information

#C9BBB0 (or 0xC9BBB0) is unknown color: approx Pale Slate. HEX triplet: C9, BB and B0. RGB value is (201,187,176). Sum of RGB (Red+Green+Blue) = 201+187+176=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BBB0 is #36444F. Grayscale: #BDBDBD. Windows color (decimal): -3556432 or 11582409. OLE color: 11582409.

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

Color convert

RGB201187176-
CMYK00.070.120.21
HSL26.4º18.8%73.92%-
HSV(B)26.4º12.44%78.82%-
XYZ49.6951.0948.32-
YUV189.93120.14135.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.64%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 176 (69.14% from 255) = 31.21%
R=35.64%
G=33.16%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118717600.070.120.2126.418.873.92
HexC9BBB007C151a134a
Octal3112732600714253223112
Binary110010011011101110110000011111001010111010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBB0; }

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

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

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

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

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

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

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

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