Shades of Pale Slate #C9BCB6
Tints of Pale Slate #C9BCB6
RGB
CMYK
RGB Variations
Color information
#C9BCB6 (or 0xC9BCB6) is known color: Pale Slate. HEX triplet: C9, BC and B6. RGB value is (201,188,182). Sum of RGB (Red+Green+Blue) = 201+188+182=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCB6 is #364349. Grayscale: #BFBFBF. Windows color (decimal): -3556170 or 11975881. OLE color: 11975881.
HSL color Cylindrical-coordinate representation of color #C9BCB6: hue angle of 18.95º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9BCB6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 182 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.21 |
| HSL | 18.95º | 0.15% | 0.75% | - |
| HSV(B) | 18.95º | 0.09% | 0.79% | - |
| XYZ | 50.51 | 51.76 | 51.58 | - |
| YUV | 191.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 182 | 0 | 0.06 | 0.09 | 0.21 | 18.95 | 0.15 | 0.75 |
| Hex | C9 | BC | B6 | 0 | 6 | 9 | 15 | 13 | F | 4B |
| Octal | 311 | 274 | 266 | 0 | 6 | 11 | 25 | 23 | 17 | 113 |
| Binary | 11001001 | 10111100 | 10110110 | 0 | 110 | 1001 | 10101 | 10011 | 1111 | 1001011 |
Color Harmonies of #C9BCB6
Complementary color
Monochromatic Colors of #C9BCB6
Black with #C9BCB6
Text Example
Text Example
White with #C9BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BCB6; }
p { color: rgb(201,188,182); }
H1.HeaderClassName
{
color: #C9BCB6;
}
.AnyTagClassName
{
color: #C9BCB6;
}
</style>
background-color css
<style>
a { background-color: #C9BCB6; }
a { background-color: rgb(201,188,182); }
div.DivClassName
{
background-color: #C9BCB6;
}
.BgClassName
{
background-color: #C9BCB6;
}
</style>
border-color css
<style>
span { border-color: #C9BCB6; }
span { border-color: rgb(201,188,182); }
td.TdClassName
{
border-color: #C9BCB6;
}
.TagClassName
{
border-color: #C9BCB6;
}
</style>