Shades of Pale Slate #C4BCB6
Tints of Pale Slate #C4BCB6
RGB
CMYK
RGB Variations
Color information
#C4BCB6 (or 0xC4BCB6) is known color: Pale Slate. HEX triplet: C4, BC and B6. RGB value is (196,188,182). Sum of RGB (Red+Green+Blue) = 196+188+182=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCB6 is #3B4349. Grayscale: #BDBDBD. Windows color (decimal): -3883850 or 11975876. OLE color: 11975876.
HSL color Cylindrical-coordinate representation of color #C4BCB6: hue angle of 25.71º degrees, saturation: 0.11, 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 #C4BCB6 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 182 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.23 |
| HSL | 25.71º | 0.11% | 0.74% | - |
| HSV(B) | 25.71º | 0.07% | 0.77% | - |
| XYZ | 49.19 | 51.08 | 51.52 | - |
| YUV | 189.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 182 | 0 | 0.04 | 0.07 | 0.23 | 25.71 | 0.11 | 0.74 |
| Hex | C4 | BC | B6 | 0 | 4 | 7 | 17 | 1A | B | 4A |
| Octal | 304 | 274 | 266 | 0 | 4 | 7 | 27 | 32 | 13 | 112 |
| Binary | 11000100 | 10111100 | 10110110 | 0 | 100 | 111 | 10111 | 11010 | 1011 | 1001010 |
Color Harmonies of #C4BCB6
Complementary color
Monochromatic Colors of #C4BCB6
Black with #C4BCB6
Text Example
Text Example
White with #C4BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCB6; }
p { color: rgb(196,188,182); }
H1.HeaderClassName
{
color: #C4BCB6;
}
.AnyTagClassName
{
color: #C4BCB6;
}
</style>
background-color css
<style>
a { background-color: #C4BCB6; }
a { background-color: rgb(196,188,182); }
div.DivClassName
{
background-color: #C4BCB6;
}
.BgClassName
{
background-color: #C4BCB6;
}
</style>
border-color css
<style>
span { border-color: #C4BCB6; }
span { border-color: rgb(196,188,182); }
td.TdClassName
{
border-color: #C4BCB6;
}
.TagClassName
{
border-color: #C4BCB6;
}
</style>