Shades of Pale Slate #C6BFBB
Tints of Pale Slate #C6BFBB
RGB
CMYK
RGB Variations
Color information
#C6BFBB (or 0xC6BFBB) is known color: Pale Slate. HEX triplet: C6, BF and BB. RGB value is (198,191,187). Sum of RGB (Red+Green+Blue) = 198+191+187=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFBB is #394044. Grayscale: #C0C0C0. Windows color (decimal): -3752005 or 12304326. OLE color: 12304326.
HSL color Cylindrical-coordinate representation of color #C6BFBB: hue angle of 21.82º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BFBB is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 187 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.22 |
| HSL | 21.82º | 0.09% | 0.75% | - |
| HSV(B) | 21.82º | 0.06% | 0.78% | - |
| XYZ | 50.89 | 52.86 | 54.53 | - |
| YUV | 192.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 187 | 0 | 0.04 | 0.06 | 0.22 | 21.82 | 0.09 | 0.75 |
| Hex | C6 | BF | BB | 0 | 4 | 6 | 16 | 16 | 9 | 4B |
| Octal | 306 | 277 | 273 | 0 | 4 | 6 | 26 | 26 | 11 | 113 |
| Binary | 11000110 | 10111111 | 10111011 | 0 | 100 | 110 | 10110 | 10110 | 1001 | 1001011 |
Color Harmonies of #C6BFBB
Complementary color
Monochromatic Colors of #C6BFBB
Black with #C6BFBB
Text Example
Text Example
White with #C6BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFBB; }
p { color: rgb(198,191,187); }
H1.HeaderClassName
{
color: #C6BFBB;
}
.AnyTagClassName
{
color: #C6BFBB;
}
</style>
background-color css
<style>
a { background-color: #C6BFBB; }
a { background-color: rgb(198,191,187); }
div.DivClassName
{
background-color: #C6BFBB;
}
.BgClassName
{
background-color: #C6BFBB;
}
</style>
border-color css
<style>
span { border-color: #C6BFBB; }
span { border-color: rgb(198,191,187); }
td.TdClassName
{
border-color: #C6BFBB;
}
.TagClassName
{
border-color: #C6BFBB;
}
</style>