Shades of Pale Slate #C2BBB8
Tints of Pale Slate #C2BBB8
RGB
CMYK
RGB Variations
Color information
#C2BBB8 (or 0xC2BBB8) is known color: Pale Slate. HEX triplet: C2, BB and B8. RGB value is (194,187,184). Sum of RGB (Red+Green+Blue) = 194+187+184=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBB8 is #3D4447. Grayscale: #BCBCBC. Windows color (decimal): -4015176 or 12106690. OLE color: 12106690.
HSL color Cylindrical-coordinate representation of color #C2BBB8: hue angle of 18º degrees, saturation: 0.08, 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 #C2BBB8 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 184 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.24 |
| HSL | 18º | 0.08% | 0.74% | - |
| HSV(B) | 18º | 0.05% | 0.76% | - |
| XYZ | 48.67 | 50.47 | 52.52 | - |
| YUV | 188.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 184 | 0 | 0.04 | 0.05 | 0.24 | 18 | 0.08 | 0.74 |
| Hex | C2 | BB | B8 | 0 | 4 | 5 | 18 | 12 | 8 | 4A |
| Octal | 302 | 273 | 270 | 0 | 4 | 5 | 30 | 22 | 10 | 112 |
| Binary | 11000010 | 10111011 | 10111000 | 0 | 100 | 101 | 11000 | 10010 | 1000 | 1001010 |
Color Harmonies of #C2BBB8
Complementary color
Monochromatic Colors of #C2BBB8
Black with #C2BBB8
Text Example
Text Example
White with #C2BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBB8; }
p { color: rgb(194,187,184); }
H1.HeaderClassName
{
color: #C2BBB8;
}
.AnyTagClassName
{
color: #C2BBB8;
}
</style>
background-color css
<style>
a { background-color: #C2BBB8; }
a { background-color: rgb(194,187,184); }
div.DivClassName
{
background-color: #C2BBB8;
}
.BgClassName
{
background-color: #C2BBB8;
}
</style>
border-color css
<style>
span { border-color: #C2BBB8; }
span { border-color: rgb(194,187,184); }
td.TdClassName
{
border-color: #C2BBB8;
}
.TagClassName
{
border-color: #C2BBB8;
}
</style>