Shades of Pale Slate #C7BEBB
Tints of Pale Slate #C7BEBB
RGB
CMYK
RGB Variations
Color information
#C7BEBB (or 0xC7BEBB) is known color: Pale Slate. HEX triplet: C7, BE and BB. RGB value is (199,190,187). Sum of RGB (Red+Green+Blue) = 199+190+187=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEBB is #384144. Grayscale: #C0C0C0. Windows color (decimal): -3686725 or 12304071. OLE color: 12304071.
HSL color Cylindrical-coordinate representation of color #C7BEBB: hue angle of 15º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7BEBB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 187 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.22 |
| HSL | 15º | 0.1% | 0.76% | - |
| HSV(B) | 15º | 0.06% | 0.78% | - |
| XYZ | 50.94 | 52.56 | 54.47 | - |
| YUV | 192.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 187 | 0 | 0.05 | 0.06 | 0.22 | 15 | 0.1 | 0.76 |
| Hex | C7 | BE | BB | 0 | 5 | 6 | 16 | F | A | 4C |
| Octal | 307 | 276 | 273 | 0 | 5 | 6 | 26 | 17 | 12 | 114 |
| Binary | 11000111 | 10111110 | 10111011 | 0 | 101 | 110 | 10110 | 1111 | 1010 | 1001100 |
Color Harmonies of #C7BEBB
Complementary color
Monochromatic Colors of #C7BEBB
Black with #C7BEBB
Text Example
Text Example
White with #C7BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEBB; }
p { color: rgb(199,190,187); }
H1.HeaderClassName
{
color: #C7BEBB;
}
.AnyTagClassName
{
color: #C7BEBB;
}
</style>
background-color css
<style>
a { background-color: #C7BEBB; }
a { background-color: rgb(199,190,187); }
div.DivClassName
{
background-color: #C7BEBB;
}
.BgClassName
{
background-color: #C7BEBB;
}
</style>
border-color css
<style>
span { border-color: #C7BEBB; }
span { border-color: rgb(199,190,187); }
td.TdClassName
{
border-color: #C7BEBB;
}
.TagClassName
{
border-color: #C7BEBB;
}
</style>