#C8BDB3

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

Shades of Pale Slate #C8BDB3

Tints of Pale Slate #C8BDB3

Color information

#C8BDB3 (or 0xC8BDB3) is unknown color: approx Pale Slate. HEX triplet: C8, BD and B3. RGB value is (200,189,179). Sum of RGB (Red+Green+Blue) = 200+189+179=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDB3 is #37424C. Grayscale: #BFBFBF. Windows color (decimal): -3621453 or 11779528. OLE color: 11779528.

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

Color convert

RGB200189179-
CMYK00.060.100.22
HSL28.57º16.03%74.31%-
HSV(B)28.57º10.5%78.43%-
XYZ50.1551.9350.03-
YUV191.15121.14134.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 179 (70.31% from 255) = 31.51%
R=35.21%
G=33.27%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018917900.060.100.2228.5716.0374.31
HexC8BDB306A161d104a
Octal3102752630612263520112
Binary110010001011110110110011011010101011011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDB3; }

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

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

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

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

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

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

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

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