Shades of Pale Slate #C7BCB7
Tints of Pale Slate #C7BCB7
RGB
CMYK
RGB Variations
Color information
#C7BCB7 (or 0xC7BCB7) is known color: Pale Slate. HEX triplet: C7, BC and B7. RGB value is (199,188,183). Sum of RGB (Red+Green+Blue) = 199+188+183=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCB7 is #384348. Grayscale: #BEBEBE. Windows color (decimal): -3687241 or 12041415. OLE color: 12041415.
HSL color Cylindrical-coordinate representation of color #C7BCB7: hue angle of 18.75º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BCB7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 188 | 183 | - |
CMYK | 0 | 0.06 | 0.08 | 0.22 |
HSL | 18.75º | 0.13% | 0.75% | - |
HSV(B) | 18.75º | 0.08% | 0.78% | - |
XYZ | 50.08 | 51.53 | 52.11 | - |
YUV | 190.72 | 123.64 | 133.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 188 | 183 | 0 | 0.06 | 0.08 | 0.22 | 18.75 | 0.13 | 0.75 |
Hex | C7 | BC | B7 | 0 | 6 | 8 | 16 | 13 | C | 4B |
Octal | 307 | 274 | 267 | 0 | 6 | 10 | 26 | 23 | 14 | 113 |
Binary | 11000111 | 10111100 | 10110111 | 0 | 110 | 1000 | 10110 | 10011 | 1100 | 1001011 |
Color Harmonies of #C7BCB7
Complementary color
Monochromatic Colors of #C7BCB7
Black with #C7BCB7
Text Example
Text Example
White with #C7BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCB7; }
p { color: rgb(199,188,183); }
H1.HeaderClassName
{
color: #C7BCB7;
}
.AnyTagClassName
{
color: #C7BCB7;
}
</style>
background-color css
<style>
a { background-color: #C7BCB7; }
a { background-color: rgb(199,188,183); }
div.DivClassName
{
background-color: #C7BCB7;
}
.BgClassName
{
background-color: #C7BCB7;
}
</style>
border-color css
<style>
span { border-color: #C7BCB7; }
span { border-color: rgb(199,188,183); }
td.TdClassName
{
border-color: #C7BCB7;
}
.TagClassName
{
border-color: #C7BCB7;
}
</style>