Shades of Pale Slate #C6BFBD
Tints of Pale Slate #C6BFBD
RGB
CMYK
RGB Variations
Color information
#C6BFBD (or 0xC6BFBD) is known color: Pale Slate. HEX triplet: C6, BF and BD. RGB value is (198,191,189). Sum of RGB (Red+Green+Blue) = 198+191+189=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFBD is #394042. Grayscale: #C0C0C0. Windows color (decimal): -3752003 or 12435398. OLE color: 12435398.
HSL color Cylindrical-coordinate representation of color #C6BFBD: hue angle of 13.33º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6BFBD is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 189 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.22 |
| HSL | 13.33º | 0.07% | 0.76% | - |
| HSV(B) | 13.33º | 0.05% | 0.78% | - |
| XYZ | 51.1 | 52.94 | 55.67 | - |
| YUV | 192.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 189 | 0 | 0.04 | 0.05 | 0.22 | 13.33 | 0.07 | 0.76 |
| Hex | C6 | BF | BD | 0 | 4 | 5 | 16 | D | 7 | 4C |
| Octal | 306 | 277 | 275 | 0 | 4 | 5 | 26 | 15 | 7 | 114 |
| Binary | 11000110 | 10111111 | 10111101 | 0 | 100 | 101 | 10110 | 1101 | 111 | 1001100 |
Color Harmonies of #C6BFBD
Complementary color
Monochromatic Colors of #C6BFBD
Black with #C6BFBD
Text Example
Text Example
White with #C6BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFBD; }
p { color: rgb(198,191,189); }
H1.HeaderClassName
{
color: #C6BFBD;
}
.AnyTagClassName
{
color: #C6BFBD;
}
</style>
background-color css
<style>
a { background-color: #C6BFBD; }
a { background-color: rgb(198,191,189); }
div.DivClassName
{
background-color: #C6BFBD;
}
.BgClassName
{
background-color: #C6BFBD;
}
</style>
border-color css
<style>
span { border-color: #C6BFBD; }
span { border-color: rgb(198,191,189); }
td.TdClassName
{
border-color: #C6BFBD;
}
.TagClassName
{
border-color: #C6BFBD;
}
</style>