Shades of Pale Slate #C8BBB2
Tints of Pale Slate #C8BBB2
RGB
CMYK
RGB Variations
Color information
#C8BBB2 (or 0xC8BBB2) is known color: Pale Slate. HEX triplet: C8, BB and B2. RGB value is (200,187,178). Sum of RGB (Red+Green+Blue) = 200+187+178=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBB2 is #37444D. Grayscale: #BDBDBD. Windows color (decimal): -3621966 or 11713480. OLE color: 11713480.
HSL color Cylindrical-coordinate representation of color #C8BBB2: hue angle of 24.55º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8BBB2 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 178 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.22 |
| HSL | 24.55º | 0.17% | 0.74% | - |
| HSV(B) | 24.55º | 0.11% | 0.78% | - |
| XYZ | 49.63 | 51.03 | 49.35 | - |
| YUV | 189.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 178 | 0 | 0.06 | 0.11 | 0.22 | 24.55 | 0.17 | 0.74 |
| Hex | C8 | BB | B2 | 0 | 6 | B | 16 | 19 | 11 | 4A |
| Octal | 310 | 273 | 262 | 0 | 6 | 13 | 26 | 31 | 21 | 112 |
| Binary | 11001000 | 10111011 | 10110010 | 0 | 110 | 1011 | 10110 | 11001 | 10001 | 1001010 |
Color Harmonies of #C8BBB2
Complementary color
Monochromatic Colors of #C8BBB2
Black with #C8BBB2
Text Example
Text Example
White with #C8BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBB2; }
p { color: rgb(200,187,178); }
H1.HeaderClassName
{
color: #C8BBB2;
}
.AnyTagClassName
{
color: #C8BBB2;
}
</style>
background-color css
<style>
a { background-color: #C8BBB2; }
a { background-color: rgb(200,187,178); }
div.DivClassName
{
background-color: #C8BBB2;
}
.BgClassName
{
background-color: #C8BBB2;
}
</style>
border-color css
<style>
span { border-color: #C8BBB2; }
span { border-color: rgb(200,187,178); }
td.TdClassName
{
border-color: #C8BBB2;
}
.TagClassName
{
border-color: #C8BBB2;
}
</style>