Shades of Pale Slate #C6BEBC
Tints of Pale Slate #C6BEBC
RGB
CMYK
RGB Variations
Color information
#C6BEBC (or 0xC6BEBC) is known color: Pale Slate. HEX triplet: C6, BE and BC. RGB value is (198,190,188). Sum of RGB (Red+Green+Blue) = 198+190+188=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEBC is #394143. Grayscale: #C0C0C0. Windows color (decimal): -3752260 or 12369606. OLE color: 12369606.
HSL color Cylindrical-coordinate representation of color #C6BEBC: hue angle of 12º degrees, saturation: 0.08, 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 #C6BEBC is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 188 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.22 |
| HSL | 12º | 0.08% | 0.76% | - |
| HSV(B) | 12º | 0.05% | 0.78% | - |
| XYZ | 50.78 | 52.46 | 55.03 | - |
| YUV | 192.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 188 | 0 | 0.04 | 0.05 | 0.22 | 12 | 0.08 | 0.76 |
| Hex | C6 | BE | BC | 0 | 4 | 5 | 16 | C | 8 | 4C |
| Octal | 306 | 276 | 274 | 0 | 4 | 5 | 26 | 14 | 10 | 114 |
| Binary | 11000110 | 10111110 | 10111100 | 0 | 100 | 101 | 10110 | 1100 | 1000 | 1001100 |
Color Harmonies of #C6BEBC
Complementary color
Monochromatic Colors of #C6BEBC
Black with #C6BEBC
Text Example
Text Example
White with #C6BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEBC; }
p { color: rgb(198,190,188); }
H1.HeaderClassName
{
color: #C6BEBC;
}
.AnyTagClassName
{
color: #C6BEBC;
}
</style>
background-color css
<style>
a { background-color: #C6BEBC; }
a { background-color: rgb(198,190,188); }
div.DivClassName
{
background-color: #C6BEBC;
}
.BgClassName
{
background-color: #C6BEBC;
}
</style>
border-color css
<style>
span { border-color: #C6BEBC; }
span { border-color: rgb(198,190,188); }
td.TdClassName
{
border-color: #C6BEBC;
}
.TagClassName
{
border-color: #C6BEBC;
}
</style>