Shades of Pale Slate #C6BCB5
Tints of Pale Slate #C6BCB5
RGB
CMYK
RGB Variations
Color information
#C6BCB5 (or 0xC6BCB5) is known color: Pale Slate. HEX triplet: C6, BC and B5. RGB value is (198,188,181). Sum of RGB (Red+Green+Blue) = 198+188+181=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCB5 is #39434A. Grayscale: #BEBEBE. Windows color (decimal): -3752779 or 11910342. OLE color: 11910342.
HSL color Cylindrical-coordinate representation of color #C6BCB5: hue angle of 24.71º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6BCB5 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 188 | 181 | - |
CMYK | 0 | 0.05 | 0.09 | 0.22 |
HSL | 24.71º | 0.13% | 0.74% | - |
HSV(B) | 24.71º | 0.09% | 0.78% | - |
XYZ | 49.61 | 51.31 | 51 | - |
YUV | 190.19 | 122.81 | 133.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 188 | 181 | 0 | 0.05 | 0.09 | 0.22 | 24.71 | 0.13 | 0.74 |
Hex | C6 | BC | B5 | 0 | 5 | 9 | 16 | 19 | D | 4A |
Octal | 306 | 274 | 265 | 0 | 5 | 11 | 26 | 31 | 15 | 112 |
Binary | 11000110 | 10111100 | 10110101 | 0 | 101 | 1001 | 10110 | 11001 | 1101 | 1001010 |
Color Harmonies of #C6BCB5
Complementary color
Monochromatic Colors of #C6BCB5
Black with #C6BCB5
Text Example
Text Example
White with #C6BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BCB5; }
p { color: rgb(198,188,181); }
H1.HeaderClassName
{
color: #C6BCB5;
}
.AnyTagClassName
{
color: #C6BCB5;
}
</style>
background-color css
<style>
a { background-color: #C6BCB5; }
a { background-color: rgb(198,188,181); }
div.DivClassName
{
background-color: #C6BCB5;
}
.BgClassName
{
background-color: #C6BCB5;
}
</style>
border-color css
<style>
span { border-color: #C6BCB5; }
span { border-color: rgb(198,188,181); }
td.TdClassName
{
border-color: #C6BCB5;
}
.TagClassName
{
border-color: #C6BCB5;
}
</style>