Shades of Pale Slate #C9BEBA
Tints of Pale Slate #C9BEBA
RGB
CMYK
RGB Variations
Color information
#C9BEBA (or 0xC9BEBA) is known color: Pale Slate. HEX triplet: C9, BE and BA. RGB value is (201,190,186). Sum of RGB (Red+Green+Blue) = 201+190+186=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEBA is #364145. Grayscale: #C0C0C0. Windows color (decimal): -3555654 or 12238537. OLE color: 12238537.
HSL color Cylindrical-coordinate representation of color #C9BEBA: hue angle of 16º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BEBA is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 190 | 186 | - |
CMYK | 0 | 0.05 | 0.07 | 0.21 |
HSL | 16º | 0.12% | 0.76% | - |
HSV(B) | 16º | 0.07% | 0.79% | - |
XYZ | 51.36 | 52.79 | 53.94 | - |
YUV | 192.83 | 124.14 | 133.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 190 | 186 | 0 | 0.05 | 0.07 | 0.21 | 16 | 0.12 | 0.76 |
Hex | C9 | BE | BA | 0 | 5 | 7 | 15 | 10 | C | 4C |
Octal | 311 | 276 | 272 | 0 | 5 | 7 | 25 | 20 | 14 | 114 |
Binary | 11001001 | 10111110 | 10111010 | 0 | 101 | 111 | 10101 | 10000 | 1100 | 1001100 |
Color Harmonies of #C9BEBA
Complementary color
Monochromatic Colors of #C9BEBA
Black with #C9BEBA
Text Example
Text Example
White with #C9BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEBA; }
p { color: rgb(201,190,186); }
H1.HeaderClassName
{
color: #C9BEBA;
}
.AnyTagClassName
{
color: #C9BEBA;
}
</style>
background-color css
<style>
a { background-color: #C9BEBA; }
a { background-color: rgb(201,190,186); }
div.DivClassName
{
background-color: #C9BEBA;
}
.BgClassName
{
background-color: #C9BEBA;
}
</style>
border-color css
<style>
span { border-color: #C9BEBA; }
span { border-color: rgb(201,190,186); }
td.TdClassName
{
border-color: #C9BEBA;
}
.TagClassName
{
border-color: #C9BEBA;
}
</style>