Shades of Pale Slate #C8BFBA
Tints of Pale Slate #C8BFBA
RGB
CMYK
RGB Variations
Color information
#C8BFBA (or 0xC8BFBA) is known color: Pale Slate. HEX triplet: C8, BF and BA. RGB value is (200,191,186). Sum of RGB (Red+Green+Blue) = 200+191+186=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFBA is #374045. Grayscale: #C1C1C1. Windows color (decimal): -3620934 or 12238792. OLE color: 12238792.
HSL color Cylindrical-coordinate representation of color #C8BFBA: hue angle of 21.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8BFBA is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 186 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.22 |
| HSL | 21.43º | 0.11% | 0.76% | - |
| HSV(B) | 21.43º | 0.07% | 0.78% | - |
| XYZ | 51.31 | 53.09 | 54 | - |
| YUV | 193.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 186 | 0 | 0.04 | 0.07 | 0.22 | 21.43 | 0.11 | 0.76 |
| Hex | C8 | BF | BA | 0 | 4 | 7 | 16 | 15 | B | 4C |
| Octal | 310 | 277 | 272 | 0 | 4 | 7 | 26 | 25 | 13 | 114 |
| Binary | 11001000 | 10111111 | 10111010 | 0 | 100 | 111 | 10110 | 10101 | 1011 | 1001100 |
Color Harmonies of #C8BFBA
Complementary color
Monochromatic Colors of #C8BFBA
Black with #C8BFBA
Text Example
Text Example
White with #C8BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFBA; }
p { color: rgb(200,191,186); }
H1.HeaderClassName
{
color: #C8BFBA;
}
.AnyTagClassName
{
color: #C8BFBA;
}
</style>
background-color css
<style>
a { background-color: #C8BFBA; }
a { background-color: rgb(200,191,186); }
div.DivClassName
{
background-color: #C8BFBA;
}
.BgClassName
{
background-color: #C8BFBA;
}
</style>
border-color css
<style>
span { border-color: #C8BFBA; }
span { border-color: rgb(200,191,186); }
td.TdClassName
{
border-color: #C8BFBA;
}
.TagClassName
{
border-color: #C8BFBA;
}
</style>