#C5BBB8

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

Shades of Pale Slate #C5BBB8

Tints of Pale Slate #C5BBB8

Color information

#C5BBB8 (or 0xC5BBB8) is unknown color: approx Pale Slate. HEX triplet: C5, BB and B8. RGB value is (197,187,184). Sum of RGB (Red+Green+Blue) = 197+187+184=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBB8 is #3A4447. Grayscale: #BDBDBD. Windows color (decimal): -3818568 or 12106693. OLE color: 12106693.

HSL color Cylindrical-coordinate representation of color #C5BBB8: hue angle of 13.85º 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 #C5BBB8 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB197187184-
CMYK00.050.070.23
HSL13.85º10.08%74.71%-
HSV(B)13.85º6.6%77.25%-
XYZ49.4550.8752.56-
YUV189.65124.81133.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.68%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 184 (72.27% from 255) = 32.39%
R=34.68%
G=32.92%
B=32.39%

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
Decimal19718718400.050.070.2313.8510.0874.71
HexC5BBB805717ea4b
Octal305273270057271612113
Binary110001011011101110111000010111110111111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBB8; }

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

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

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

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

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

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

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

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