Shades of Pale Slate #C6BEB9
Tints of Pale Slate #C6BEB9
RGB
CMYK
RGB Variations
Color information
#C6BEB9 (or 0xC6BEB9) is known color: Pale Slate. HEX triplet: C6, BE and B9. RGB value is (198,190,185). Sum of RGB (Red+Green+Blue) = 198+190+185=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEB9 is #394146. Grayscale: #BFBFBF. Windows color (decimal): -3752263 or 12172998. OLE color: 12172998.
HSL color Cylindrical-coordinate representation of color #C6BEB9: hue angle of 23.08º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6BEB9 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 190 | 185 | - |
CMYK | 0 | 0.04 | 0.07 | 0.22 |
HSL | 23.08º | 0.1% | 0.75% | - |
HSV(B) | 23.08º | 0.07% | 0.78% | - |
XYZ | 50.46 | 52.34 | 53.34 | - |
YUV | 191.82 | 124.15 | 132.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 190 | 185 | 0 | 0.04 | 0.07 | 0.22 | 23.08 | 0.1 | 0.75 |
Hex | C6 | BE | B9 | 0 | 4 | 7 | 16 | 17 | A | 4B |
Octal | 306 | 276 | 271 | 0 | 4 | 7 | 26 | 27 | 12 | 113 |
Binary | 11000110 | 10111110 | 10111001 | 0 | 100 | 111 | 10110 | 10111 | 1010 | 1001011 |
Color Harmonies of #C6BEB9
Complementary color
Monochromatic Colors of #C6BEB9
Black with #C6BEB9
Text Example
Text Example
White with #C6BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEB9; }
p { color: rgb(198,190,185); }
H1.HeaderClassName
{
color: #C6BEB9;
}
.AnyTagClassName
{
color: #C6BEB9;
}
</style>
background-color css
<style>
a { background-color: #C6BEB9; }
a { background-color: rgb(198,190,185); }
div.DivClassName
{
background-color: #C6BEB9;
}
.BgClassName
{
background-color: #C6BEB9;
}
</style>
border-color css
<style>
span { border-color: #C6BEB9; }
span { border-color: rgb(198,190,185); }
td.TdClassName
{
border-color: #C6BEB9;
}
.TagClassName
{
border-color: #C6BEB9;
}
</style>