Shades of Pale Slate #C4BBB3
Tints of Pale Slate #C4BBB3
RGB
CMYK
RGB Variations
Color information
#C4BBB3 (or 0xC4BBB3) is known color: Pale Slate. HEX triplet: C4, BB and B3. RGB value is (196,187,179). Sum of RGB (Red+Green+Blue) = 196+187+179=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBB3 is #3B444C. Grayscale: #BCBCBC. Windows color (decimal): -3884109 or 11779012. OLE color: 11779012.
HSL color Cylindrical-coordinate representation of color #C4BBB3: hue angle of 28.24º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BBB3 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 179 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.23 |
| HSL | 28.24º | 0.13% | 0.74% | - |
| HSV(B) | 28.24º | 0.09% | 0.77% | - |
| XYZ | 48.67 | 50.53 | 49.84 | - |
| YUV | 188.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 179 | 0 | 0.05 | 0.09 | 0.23 | 28.24 | 0.13 | 0.74 |
| Hex | C4 | BB | B3 | 0 | 5 | 9 | 17 | 1C | D | 4A |
| Octal | 304 | 273 | 263 | 0 | 5 | 11 | 27 | 34 | 15 | 112 |
| Binary | 11000100 | 10111011 | 10110011 | 0 | 101 | 1001 | 10111 | 11100 | 1101 | 1001010 |
Color Harmonies of #C4BBB3
Complementary color
Monochromatic Colors of #C4BBB3
Black with #C4BBB3
Text Example
Text Example
White with #C4BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBB3; }
p { color: rgb(196,187,179); }
H1.HeaderClassName
{
color: #C4BBB3;
}
.AnyTagClassName
{
color: #C4BBB3;
}
</style>
background-color css
<style>
a { background-color: #C4BBB3; }
a { background-color: rgb(196,187,179); }
div.DivClassName
{
background-color: #C4BBB3;
}
.BgClassName
{
background-color: #C4BBB3;
}
</style>
border-color css
<style>
span { border-color: #C4BBB3; }
span { border-color: rgb(196,187,179); }
td.TdClassName
{
border-color: #C4BBB3;
}
.TagClassName
{
border-color: #C4BBB3;
}
</style>