#C5BCB8

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

Shades of Pale Slate #C5BCB8

Tints of Pale Slate #C5BCB8

Color information

#C5BCB8 (or 0xC5BCB8) is unknown color: approx Pale Slate. HEX triplet: C5, BC and B8. RGB value is (197,188,184). Sum of RGB (Red+Green+Blue) = 197+188+184=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCB8 is #3A4347. Grayscale: #BEBEBE. Windows color (decimal): -3818312 or 12106949. OLE color: 12106949.

HSL color Cylindrical-coordinate representation of color #C5BCB8: hue angle of 18.46º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BCB8 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB197188184-
CMYK00.050.070.23
HSL18.46º10.08%74.71%-
HSV(B)18.46º6.6%77.25%-
XYZ49.6651.352.63-
YUV190.24124.48132.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.62%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 184 (72.27% from 255) = 32.34%
R=34.62%
G=33.04%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718818400.050.070.2318.4610.0874.71
HexC5BCB80571712a4b
Octal305274270057272212113
Binary1100010110111100101110000101111101111001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCB8; }

 p { color: rgb(197,188,184); }

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

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

 a { background-color: rgb(197,188,184); }

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

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

 span { border-color: rgb(197,188,184); }

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