#C8BBB5

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

Shades of Pale Slate #C8BBB5

Tints of Pale Slate #C8BBB5

Color information

#C8BBB5 (or 0xC8BBB5) is unknown color: approx Pale Slate. HEX triplet: C8, BB and B5. RGB value is (200,187,181). Sum of RGB (Red+Green+Blue) = 200+187+181=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBB5 is #37444A. Grayscale: #BEBEBE. Windows color (decimal): -3621963 or 11910088. OLE color: 11910088.

HSL color Cylindrical-coordinate representation of color #C8BBB5: hue angle of 18.95º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8BBB5 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200187181-
CMYK00.060.090.22
HSL18.95º14.73%74.71%-
HSV(B)18.95º9.5%78.43%-
XYZ49.9351.1650.96-
YUV190.2122.81134.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=35.21%
G=32.92%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018718100.060.090.2218.9514.7374.71
HexC8BBB50691613f4b
Octal3102732650611262317113
Binary11001000101110111011010101101001101101001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBB5; }

 p { color: rgb(200,187,181); }

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

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

 a { background-color: rgb(200,187,181); }

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

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

 span { border-color: rgb(200,187,181); }

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