Shades of Pale Slate #C8BFBC
Tints of Pale Slate #C8BFBC
RGB
CMYK
RGB Variations
Color information
#C8BFBC (or 0xC8BFBC) is known color: Pale Slate. HEX triplet: C8, BF and BC. RGB value is (200,191,188). Sum of RGB (Red+Green+Blue) = 200+191+188=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFBC is #374043. Grayscale: #C1C1C1. Windows color (decimal): -3620932 or 12369864. OLE color: 12369864.
HSL color Cylindrical-coordinate representation of color #C8BFBC: hue angle of 15º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BFBC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 188 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.22 |
| HSL | 15º | 0.1% | 0.76% | - |
| HSV(B) | 15º | 0.06% | 0.78% | - |
| XYZ | 51.53 | 53.17 | 55.12 | - |
| YUV | 193.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 188 | 0 | 0.04 | 0.06 | 0.22 | 15 | 0.1 | 0.76 |
| Hex | C8 | BF | BC | 0 | 4 | 6 | 16 | F | A | 4C |
| Octal | 310 | 277 | 274 | 0 | 4 | 6 | 26 | 17 | 12 | 114 |
| Binary | 11001000 | 10111111 | 10111100 | 0 | 100 | 110 | 10110 | 1111 | 1010 | 1001100 |
Color Harmonies of #C8BFBC
Complementary color
Monochromatic Colors of #C8BFBC
Black with #C8BFBC
Text Example
Text Example
White with #C8BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFBC; }
p { color: rgb(200,191,188); }
H1.HeaderClassName
{
color: #C8BFBC;
}
.AnyTagClassName
{
color: #C8BFBC;
}
</style>
background-color css
<style>
a { background-color: #C8BFBC; }
a { background-color: rgb(200,191,188); }
div.DivClassName
{
background-color: #C8BFBC;
}
.BgClassName
{
background-color: #C8BFBC;
}
</style>
border-color css
<style>
span { border-color: #C8BFBC; }
span { border-color: rgb(200,191,188); }
td.TdClassName
{
border-color: #C8BFBC;
}
.TagClassName
{
border-color: #C8BFBC;
}
</style>