#C8BBB2

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

Shades of Pale Slate #C8BBB2

Tints of Pale Slate #C8BBB2

Color information

#C8BBB2 (or 0xC8BBB2) is unknown color: approx Pale Slate. HEX triplet: C8, BB and B2. RGB value is (200,187,178). Sum of RGB (Red+Green+Blue) = 200+187+178=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBB2 is #37444D. Grayscale: #BDBDBD. Windows color (decimal): -3621966 or 11713480. OLE color: 11713480.

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

Color convert

RGB200187178-
CMYK00.060.110.22
HSL24.55º16.67%74.12%-
HSV(B)24.55º11%78.43%-
XYZ49.6351.0349.35-
YUV189.86121.31135.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.40%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=35.40%
G=33.10%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018717800.060.110.2224.5516.6774.12
HexC8BBB206B1619114a
Octal3102732620613263121112
Binary110010001011101110110010011010111011011001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBB2; }

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

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

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

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

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

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

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

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