Shades of Pale Slate #C4BCB7
Tints of Pale Slate #C4BCB7
RGB
CMYK
RGB Variations
Color information
#C4BCB7 (or 0xC4BCB7) is known color: Pale Slate. HEX triplet: C4, BC and B7. RGB value is (196,188,183). Sum of RGB (Red+Green+Blue) = 196+188+183=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCB7 is #3B4348. Grayscale: #BDBDBD. Windows color (decimal): -3883849 or 12041412. OLE color: 12041412.
HSL color Cylindrical-coordinate representation of color #C4BCB7: hue angle of 23.08º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4BCB7 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 183 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.23 |
| HSL | 23.08º | 0.1% | 0.74% | - |
| HSV(B) | 23.08º | 0.07% | 0.77% | - |
| XYZ | 49.3 | 51.12 | 52.07 | - |
| YUV | 189.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 183 | 0 | 0.04 | 0.07 | 0.23 | 23.08 | 0.1 | 0.74 |
| Hex | C4 | BC | B7 | 0 | 4 | 7 | 17 | 17 | A | 4A |
| Octal | 304 | 274 | 267 | 0 | 4 | 7 | 27 | 27 | 12 | 112 |
| Binary | 11000100 | 10111100 | 10110111 | 0 | 100 | 111 | 10111 | 10111 | 1010 | 1001010 |
Color Harmonies of #C4BCB7
Complementary color
Monochromatic Colors of #C4BCB7
Black with #C4BCB7
Text Example
Text Example
White with #C4BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCB7; }
p { color: rgb(196,188,183); }
H1.HeaderClassName
{
color: #C4BCB7;
}
.AnyTagClassName
{
color: #C4BCB7;
}
</style>
background-color css
<style>
a { background-color: #C4BCB7; }
a { background-color: rgb(196,188,183); }
div.DivClassName
{
background-color: #C4BCB7;
}
.BgClassName
{
background-color: #C4BCB7;
}
</style>
border-color css
<style>
span { border-color: #C4BCB7; }
span { border-color: rgb(196,188,183); }
td.TdClassName
{
border-color: #C4BCB7;
}
.TagClassName
{
border-color: #C4BCB7;
}
</style>