Shades of Pale Slate #C8BBB5
Tints of Pale Slate #C8BBB5
RGB
CMYK
RGB Variations
Color information
#C8BBB5 (or 0xC8BBB5) is known color: Pale Slate. HEX triplet: C8, BB and B5. RGB value is (200,187,181). Sum of RGB (Red+Green+Blue) = 200+187+181=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBB5 is #37444A. Grayscale: #BEBEBE. Windows color (decimal): -3621963 or 11910088. OLE color: 11910088.
HSL color Cylindrical-coordinate representation of color #C8BBB5: hue angle of 18.95º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BBB5 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 181 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.22 |
| HSL | 18.95º | 0.15% | 0.75% | - |
| HSV(B) | 18.95º | 0.1% | 0.78% | - |
| XYZ | 49.93 | 51.16 | 50.96 | - |
| YUV | 190.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 181 | 0 | 0.06 | 0.09 | 0.22 | 18.95 | 0.15 | 0.75 |
| Hex | C8 | BB | B5 | 0 | 6 | 9 | 16 | 13 | F | 4B |
| Octal | 310 | 273 | 265 | 0 | 6 | 11 | 26 | 23 | 17 | 113 |
| Binary | 11001000 | 10111011 | 10110101 | 0 | 110 | 1001 | 10110 | 10011 | 1111 | 1001011 |
Color Harmonies of #C8BBB5
Complementary color
Monochromatic Colors of #C8BBB5
Black with #C8BBB5
Text Example
Text Example
White with #C8BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBB5; }
p { color: rgb(200,187,181); }
H1.HeaderClassName
{
color: #C8BBB5;
}
.AnyTagClassName
{
color: #C8BBB5;
}
</style>
background-color css
<style>
a { background-color: #C8BBB5; }
a { background-color: rgb(200,187,181); }
div.DivClassName
{
background-color: #C8BBB5;
}
.BgClassName
{
background-color: #C8BBB5;
}
</style>
border-color css
<style>
span { border-color: #C8BBB5; }
span { border-color: rgb(200,187,181); }
td.TdClassName
{
border-color: #C8BBB5;
}
.TagClassName
{
border-color: #C8BBB5;
}
</style>