Shades of Pale Slate #C6BCB8
Tints of Pale Slate #C6BCB8
RGB
CMYK
RGB Variations
Color information
#C6BCB8 (or 0xC6BCB8) is known color: Pale Slate. HEX triplet: C6, BC and B8. RGB value is (198,188,184). Sum of RGB (Red+Green+Blue) = 198+188+184=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCB8 is #394347. Grayscale: #BEBEBE. Windows color (decimal): -3752776 or 12106950. OLE color: 12106950.
HSL color Cylindrical-coordinate representation of color #C6BCB8: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6BCB8 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 184 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.22 |
| HSL | 17.14º | 0.11% | 0.75% | - |
| HSV(B) | 17.14º | 0.07% | 0.78% | - |
| XYZ | 49.92 | 51.43 | 52.64 | - |
| YUV | 190.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 184 | 0 | 0.05 | 0.07 | 0.22 | 17.14 | 0.11 | 0.75 |
| Hex | C6 | BC | B8 | 0 | 5 | 7 | 16 | 11 | B | 4B |
| Octal | 306 | 274 | 270 | 0 | 5 | 7 | 26 | 21 | 13 | 113 |
| Binary | 11000110 | 10111100 | 10111000 | 0 | 101 | 111 | 10110 | 10001 | 1011 | 1001011 |
Color Harmonies of #C6BCB8
Complementary color
Monochromatic Colors of #C6BCB8
Black with #C6BCB8
Text Example
Text Example
White with #C6BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCB8; }
p { color: rgb(198,188,184); }
H1.HeaderClassName
{
color: #C6BCB8;
}
.AnyTagClassName
{
color: #C6BCB8;
}
</style>
background-color css
<style>
a { background-color: #C6BCB8; }
a { background-color: rgb(198,188,184); }
div.DivClassName
{
background-color: #C6BCB8;
}
.BgClassName
{
background-color: #C6BCB8;
}
</style>
border-color css
<style>
span { border-color: #C6BCB8; }
span { border-color: rgb(198,188,184); }
td.TdClassName
{
border-color: #C6BCB8;
}
.TagClassName
{
border-color: #C6BCB8;
}
</style>