Shades of Pale Slate #C4BEBC
Tints of Pale Slate #C4BEBC
RGB
CMYK
RGB Variations
Color information
#C4BEBC (or 0xC4BEBC) is known color: Pale Slate. HEX triplet: C4, BE and BC. RGB value is (196,190,188). Sum of RGB (Red+Green+Blue) = 196+190+188=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEBC is #3B4143. Grayscale: #BFBFBF. Windows color (decimal): -3883332 or 12369604. OLE color: 12369604.
HSL color Cylindrical-coordinate representation of color #C4BEBC: hue angle of 15º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4BEBC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 188 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.23 |
| HSL | 15º | 0.06% | 0.75% | - |
| HSV(B) | 15º | 0.04% | 0.77% | - |
| XYZ | 50.26 | 52.19 | 55 | - |
| YUV | 191.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 188 | 0 | 0.03 | 0.04 | 0.23 | 15 | 0.06 | 0.75 |
| Hex | C4 | BE | BC | 0 | 3 | 4 | 17 | F | 6 | 4B |
| Octal | 304 | 276 | 274 | 0 | 3 | 4 | 27 | 17 | 6 | 113 |
| Binary | 11000100 | 10111110 | 10111100 | 0 | 11 | 100 | 10111 | 1111 | 110 | 1001011 |
Color Harmonies of #C4BEBC
Complementary color
Monochromatic Colors of #C4BEBC
Black with #C4BEBC
Text Example
Text Example
White with #C4BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEBC; }
p { color: rgb(196,190,188); }
H1.HeaderClassName
{
color: #C4BEBC;
}
.AnyTagClassName
{
color: #C4BEBC;
}
</style>
background-color css
<style>
a { background-color: #C4BEBC; }
a { background-color: rgb(196,190,188); }
div.DivClassName
{
background-color: #C4BEBC;
}
.BgClassName
{
background-color: #C4BEBC;
}
</style>
border-color css
<style>
span { border-color: #C4BEBC; }
span { border-color: rgb(196,190,188); }
td.TdClassName
{
border-color: #C4BEBC;
}
.TagClassName
{
border-color: #C4BEBC;
}
</style>