Shades of Pale Slate #C2BBB7
Tints of Pale Slate #C2BBB7
RGB
CMYK
RGB Variations
Color information
#C2BBB7 (or 0xC2BBB7) is known color: Pale Slate. HEX triplet: C2, BB and B7. RGB value is (194,187,183). Sum of RGB (Red+Green+Blue) = 194+187+183=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBB7 is #3D4448. Grayscale: #BCBCBC. Windows color (decimal): -4015177 or 12041154. OLE color: 12041154.
HSL color Cylindrical-coordinate representation of color #C2BBB7: hue angle of 21.82º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BBB7 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 183 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.24 |
| HSL | 21.82º | 0.08% | 0.74% | - |
| HSV(B) | 21.82º | 0.06% | 0.76% | - |
| XYZ | 48.57 | 50.43 | 51.97 | - |
| YUV | 188.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 183 | 0 | 0.04 | 0.06 | 0.24 | 21.82 | 0.08 | 0.74 |
| Hex | C2 | BB | B7 | 0 | 4 | 6 | 18 | 16 | 8 | 4A |
| Octal | 302 | 273 | 267 | 0 | 4 | 6 | 30 | 26 | 10 | 112 |
| Binary | 11000010 | 10111011 | 10110111 | 0 | 100 | 110 | 11000 | 10110 | 1000 | 1001010 |
Color Harmonies of #C2BBB7
Complementary color
Monochromatic Colors of #C2BBB7
Black with #C2BBB7
Text Example
Text Example
White with #C2BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBB7; }
p { color: rgb(194,187,183); }
H1.HeaderClassName
{
color: #C2BBB7;
}
.AnyTagClassName
{
color: #C2BBB7;
}
</style>
background-color css
<style>
a { background-color: #C2BBB7; }
a { background-color: rgb(194,187,183); }
div.DivClassName
{
background-color: #C2BBB7;
}
.BgClassName
{
background-color: #C2BBB7;
}
</style>
border-color css
<style>
span { border-color: #C2BBB7; }
span { border-color: rgb(194,187,183); }
td.TdClassName
{
border-color: #C2BBB7;
}
.TagClassName
{
border-color: #C2BBB7;
}
</style>