Shades of Pale Slate #C8BEBB
Tints of Pale Slate #C8BEBB
RGB
CMYK
RGB Variations
Color information
#C8BEBB (or 0xC8BEBB) is known color: Pale Slate. HEX triplet: C8, BE and BB. RGB value is (200,190,187). Sum of RGB (Red+Green+Blue) = 200+190+187=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEBB is #374144. Grayscale: #C0C0C0. Windows color (decimal): -3621189 or 12304072. OLE color: 12304072.
HSL color Cylindrical-coordinate representation of color #C8BEBB: hue angle of 13.85º degrees, saturation: 0.11, 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 #C8BEBB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 187 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.22 |
| HSL | 13.85º | 0.11% | 0.76% | - |
| HSV(B) | 13.85º | 0.07% | 0.78% | - |
| XYZ | 51.2 | 52.69 | 54.49 | - |
| YUV | 192.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 187 | 0 | 0.05 | 0.06 | 0.22 | 13.85 | 0.11 | 0.76 |
| Hex | C8 | BE | BB | 0 | 5 | 6 | 16 | E | B | 4C |
| Octal | 310 | 276 | 273 | 0 | 5 | 6 | 26 | 16 | 13 | 114 |
| Binary | 11001000 | 10111110 | 10111011 | 0 | 101 | 110 | 10110 | 1110 | 1011 | 1001100 |
Color Harmonies of #C8BEBB
Complementary color
Monochromatic Colors of #C8BEBB
Black with #C8BEBB
Text Example
Text Example
White with #C8BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEBB; }
p { color: rgb(200,190,187); }
H1.HeaderClassName
{
color: #C8BEBB;
}
.AnyTagClassName
{
color: #C8BEBB;
}
</style>
background-color css
<style>
a { background-color: #C8BEBB; }
a { background-color: rgb(200,190,187); }
div.DivClassName
{
background-color: #C8BEBB;
}
.BgClassName
{
background-color: #C8BEBB;
}
</style>
border-color css
<style>
span { border-color: #C8BEBB; }
span { border-color: rgb(200,190,187); }
td.TdClassName
{
border-color: #C8BEBB;
}
.TagClassName
{
border-color: #C8BEBB;
}
</style>