#C8BDB9

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

Shades of Pale Slate #C8BDB9

Tints of Pale Slate #C8BDB9

Color information

#C8BDB9 (or 0xC8BDB9) is unknown color: approx Pale Slate. HEX triplet: C8, BD and B9. RGB value is (200,189,185). Sum of RGB (Red+Green+Blue) = 200+189+185=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDB9 is #374246. Grayscale: #BFBFBF. Windows color (decimal): -3621447 or 12172744. OLE color: 12172744.

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

Color convert

RGB200189185-
CMYK00.060.080.22
HSL16º12%75.49%-
HSV(B)16º7.5%78.43%-
XYZ50.7752.1853.29-
YUV191.83124.14133.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.84%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 185 (72.66% from 255) = 32.23%
R=34.84%
G=32.93%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018918500.060.080.22161275.49
HexC8BDB90681610c4b
Octal3102752710610262014113
Binary11001000101111011011100101101000101101000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDB9; }

 p { color: rgb(200,189,185); }

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

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

 a { background-color: rgb(200,189,185); }

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

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

 span { border-color: rgb(200,189,185); }

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