Shades of Pale Slate #C2BBB9
Tints of Pale Slate #C2BBB9
RGB
CMYK
RGB Variations
Color information
#C2BBB9 (or 0xC2BBB9) is known color: Pale Slate. HEX triplet: C2, BB and B9. RGB value is (194,187,185). Sum of RGB (Red+Green+Blue) = 194+187+185=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBB9 is #3D4446. Grayscale: #BCBCBC. Windows color (decimal): -4015175 or 12172226. OLE color: 12172226.
HSL color Cylindrical-coordinate representation of color #C2BBB9: hue angle of 13.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2BBB9 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 185 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.24 |
| HSL | 13.33º | 0.07% | 0.74% | - |
| HSV(B) | 13.33º | 0.05% | 0.76% | - |
| XYZ | 48.78 | 50.51 | 53.08 | - |
| YUV | 188.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 185 | 0 | 0.04 | 0.05 | 0.24 | 13.33 | 0.07 | 0.74 |
| Hex | C2 | BB | B9 | 0 | 4 | 5 | 18 | D | 7 | 4A |
| Octal | 302 | 273 | 271 | 0 | 4 | 5 | 30 | 15 | 7 | 112 |
| Binary | 11000010 | 10111011 | 10111001 | 0 | 100 | 101 | 11000 | 1101 | 111 | 1001010 |
Color Harmonies of #C2BBB9
Complementary color
Monochromatic Colors of #C2BBB9
Black with #C2BBB9
Text Example
Text Example
White with #C2BBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBB9; }
p { color: rgb(194,187,185); }
H1.HeaderClassName
{
color: #C2BBB9;
}
.AnyTagClassName
{
color: #C2BBB9;
}
</style>
background-color css
<style>
a { background-color: #C2BBB9; }
a { background-color: rgb(194,187,185); }
div.DivClassName
{
background-color: #C2BBB9;
}
.BgClassName
{
background-color: #C2BBB9;
}
</style>
border-color css
<style>
span { border-color: #C2BBB9; }
span { border-color: rgb(194,187,185); }
td.TdClassName
{
border-color: #C2BBB9;
}
.TagClassName
{
border-color: #C2BBB9;
}
</style>