#C8BDB6

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

Shades of Pale Slate #C8BDB6

Tints of Pale Slate #C8BDB6

Color information

#C8BDB6 (or 0xC8BDB6) is unknown color: approx Pale Slate. HEX triplet: C8, BD and B6. RGB value is (200,189,182). Sum of RGB (Red+Green+Blue) = 200+189+182=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDB6 is #374249. Grayscale: #BFBFBF. Windows color (decimal): -3621450 or 11976136. OLE color: 11976136.

HSL color Cylindrical-coordinate representation of color #C8BDB6: hue angle of 23.33º degrees, saturation: 0.14, 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 #C8BDB6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200189182-
CMYK00.060.090.22
HSL23.33º14.06%74.9%-
HSV(B)23.33º9%78.43%-
XYZ50.4652.0551.64-
YUV191.49122.64134.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=35.03%
G=33.10%
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
Decimal20018918200.060.090.2223.3314.0674.9
HexC8BDB60691617e4b
Octal3102752660611262716113
Binary11001000101111011011011001101001101101011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDB6; }

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

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

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

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

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

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

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

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