Shades of Pale Slate #C8BBB1
Tints of Pale Slate #C8BBB1
RGB
CMYK
RGB Variations
Color information
#C8BBB1 (or 0xC8BBB1) is known color: Pale Slate. HEX triplet: C8, BB and B1. RGB value is (200,187,177). Sum of RGB (Red+Green+Blue) = 200+187+177=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBB1 is #37444E. Grayscale: #BDBDBD. Windows color (decimal): -3621967 or 11647944. OLE color: 11647944.
HSL color Cylindrical-coordinate representation of color #C8BBB1: hue angle of 26.09º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8BBB1 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 177 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.22 |
| HSL | 26.09º | 0.17% | 0.74% | - |
| HSV(B) | 26.09º | 0.12% | 0.78% | - |
| XYZ | 49.53 | 50.99 | 48.83 | - |
| YUV | 189.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 177 | 0 | 0.06 | 0.12 | 0.22 | 26.09 | 0.17 | 0.74 |
| Hex | C8 | BB | B1 | 0 | 6 | C | 16 | 1A | 11 | 4A |
| Octal | 310 | 273 | 261 | 0 | 6 | 14 | 26 | 32 | 21 | 112 |
| Binary | 11001000 | 10111011 | 10110001 | 0 | 110 | 1100 | 10110 | 11010 | 10001 | 1001010 |
Color Harmonies of #C8BBB1
Complementary color
Monochromatic Colors of #C8BBB1
Black with #C8BBB1
Text Example
Text Example
White with #C8BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBB1; }
p { color: rgb(200,187,177); }
H1.HeaderClassName
{
color: #C8BBB1;
}
.AnyTagClassName
{
color: #C8BBB1;
}
</style>
background-color css
<style>
a { background-color: #C8BBB1; }
a { background-color: rgb(200,187,177); }
div.DivClassName
{
background-color: #C8BBB1;
}
.BgClassName
{
background-color: #C8BBB1;
}
</style>
border-color css
<style>
span { border-color: #C8BBB1; }
span { border-color: rgb(200,187,177); }
td.TdClassName
{
border-color: #C8BBB1;
}
.TagClassName
{
border-color: #C8BBB1;
}
</style>