Shades of Pale Slate #C8BEB5
Tints of Pale Slate #C8BEB5
RGB
CMYK
RGB Variations
Color information
#C8BEB5 (or 0xC8BEB5) is known color: Pale Slate. HEX triplet: C8, BE and B5. RGB value is (200,190,181). Sum of RGB (Red+Green+Blue) = 200+190+181=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEB5 is #37414A. Grayscale: #C0C0C0. Windows color (decimal): -3621195 or 11910856. OLE color: 11910856.
HSL color Cylindrical-coordinate representation of color #C8BEB5: hue angle of 28.42º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BEB5 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 190 | 181 | - |
CMYK | 0 | 0.05 | 0.09 | 0.22 |
HSL | 28.42º | 0.15% | 0.75% | - |
HSV(B) | 28.42º | 0.1% | 0.78% | - |
XYZ | 50.57 | 52.44 | 51.17 | - |
YUV | 191.96 | 121.81 | 133.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 190 | 181 | 0 | 0.05 | 0.09 | 0.22 | 28.42 | 0.15 | 0.75 |
Hex | C8 | BE | B5 | 0 | 5 | 9 | 16 | 1C | F | 4B |
Octal | 310 | 276 | 265 | 0 | 5 | 11 | 26 | 34 | 17 | 113 |
Binary | 11001000 | 10111110 | 10110101 | 0 | 101 | 1001 | 10110 | 11100 | 1111 | 1001011 |
Color Harmonies of #C8BEB5
Complementary color
Monochromatic Colors of #C8BEB5
Black with #C8BEB5
Text Example
Text Example
White with #C8BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEB5; }
p { color: rgb(200,190,181); }
H1.HeaderClassName
{
color: #C8BEB5;
}
.AnyTagClassName
{
color: #C8BEB5;
}
</style>
background-color css
<style>
a { background-color: #C8BEB5; }
a { background-color: rgb(200,190,181); }
div.DivClassName
{
background-color: #C8BEB5;
}
.BgClassName
{
background-color: #C8BEB5;
}
</style>
border-color css
<style>
span { border-color: #C8BEB5; }
span { border-color: rgb(200,190,181); }
td.TdClassName
{
border-color: #C8BEB5;
}
.TagClassName
{
border-color: #C8BEB5;
}
</style>