Shades of Pale Slate #C2BEBB
Tints of Pale Slate #C2BEBB
RGB
CMYK
RGB Variations
Color information
#C2BEBB (or 0xC2BEBB) is known color: Pale Slate. HEX triplet: C2, BE and BB. RGB value is (194,190,187). Sum of RGB (Red+Green+Blue) = 194+190+187=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEBB is #3D4144. Grayscale: #BEBEBE. Windows color (decimal): -4014405 or 12304066. OLE color: 12304066.
HSL color Cylindrical-coordinate representation of color #C2BEBB: hue angle of 25.71º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2BEBB is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 187 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.24 |
| HSL | 25.71º | 0.05% | 0.75% | - |
| HSV(B) | 25.71º | 0.04% | 0.76% | - |
| XYZ | 49.63 | 51.88 | 54.41 | - |
| YUV | 190.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 187 | 0 | 0.02 | 0.04 | 0.24 | 25.71 | 0.05 | 0.75 |
| Hex | C2 | BE | BB | 0 | 2 | 4 | 18 | 1A | 5 | 4B |
| Octal | 302 | 276 | 273 | 0 | 2 | 4 | 30 | 32 | 5 | 113 |
| Binary | 11000010 | 10111110 | 10111011 | 0 | 10 | 100 | 11000 | 11010 | 101 | 1001011 |
Color Harmonies of #C2BEBB
Complementary color
Monochromatic Colors of #C2BEBB
Black with #C2BEBB
Text Example
Text Example
White with #C2BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEBB; }
p { color: rgb(194,190,187); }
H1.HeaderClassName
{
color: #C2BEBB;
}
.AnyTagClassName
{
color: #C2BEBB;
}
</style>
background-color css
<style>
a { background-color: #C2BEBB; }
a { background-color: rgb(194,190,187); }
div.DivClassName
{
background-color: #C2BEBB;
}
.BgClassName
{
background-color: #C2BEBB;
}
</style>
border-color css
<style>
span { border-color: #C2BEBB; }
span { border-color: rgb(194,190,187); }
td.TdClassName
{
border-color: #C2BEBB;
}
.TagClassName
{
border-color: #C2BEBB;
}
</style>