Shades of Pale Slate #C2BBB6
Tints of Pale Slate #C2BBB6
RGB
CMYK
RGB Variations
Color information
#C2BBB6 (or 0xC2BBB6) is known color: Pale Slate. HEX triplet: C2, BB and B6. RGB value is (194,187,182). Sum of RGB (Red+Green+Blue) = 194+187+182=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBB6 is #3D4449. Grayscale: #BCBCBC. Windows color (decimal): -4015178 or 11975618. OLE color: 11975618.
HSL color Cylindrical-coordinate representation of color #C2BBB6: hue angle of 25º degrees, saturation: 0.09, 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 #C2BBB6 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 182 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.24 |
| HSL | 25º | 0.09% | 0.74% | - |
| HSV(B) | 25º | 0.06% | 0.76% | - |
| XYZ | 48.46 | 50.39 | 51.43 | - |
| YUV | 188.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 182 | 0 | 0.04 | 0.06 | 0.24 | 25 | 0.09 | 0.74 |
| Hex | C2 | BB | B6 | 0 | 4 | 6 | 18 | 19 | 9 | 4A |
| Octal | 302 | 273 | 266 | 0 | 4 | 6 | 30 | 31 | 11 | 112 |
| Binary | 11000010 | 10111011 | 10110110 | 0 | 100 | 110 | 11000 | 11001 | 1001 | 1001010 |
Color Harmonies of #C2BBB6
Complementary color
Monochromatic Colors of #C2BBB6
Black with #C2BBB6
Text Example
Text Example
White with #C2BBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBB6; }
p { color: rgb(194,187,182); }
H1.HeaderClassName
{
color: #C2BBB6;
}
.AnyTagClassName
{
color: #C2BBB6;
}
</style>
background-color css
<style>
a { background-color: #C2BBB6; }
a { background-color: rgb(194,187,182); }
div.DivClassName
{
background-color: #C2BBB6;
}
.BgClassName
{
background-color: #C2BBB6;
}
</style>
border-color css
<style>
span { border-color: #C2BBB6; }
span { border-color: rgb(194,187,182); }
td.TdClassName
{
border-color: #C2BBB6;
}
.TagClassName
{
border-color: #C2BBB6;
}
</style>