Shades of Pale Slate #C4BDBB
Tints of Pale Slate #C4BDBB
RGB
CMYK
RGB Variations
Color information
#C4BDBB (or 0xC4BDBB) is known color: Pale Slate. HEX triplet: C4, BD and BB. RGB value is (196,189,187). Sum of RGB (Red+Green+Blue) = 196+189+187=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDBB is #3B4244. Grayscale: #BEBEBE. Windows color (decimal): -3883589 or 12303812. OLE color: 12303812.
HSL color Cylindrical-coordinate representation of color #C4BDBB: hue angle of 13.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BDBB is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 187 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.23 |
| HSL | 13.33º | 0.07% | 0.75% | - |
| HSV(B) | 13.33º | 0.05% | 0.77% | - |
| XYZ | 49.93 | 51.72 | 54.36 | - |
| YUV | 190.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 187 | 0 | 0.04 | 0.05 | 0.23 | 13.33 | 0.07 | 0.75 |
| Hex | C4 | BD | BB | 0 | 4 | 5 | 17 | D | 7 | 4B |
| Octal | 304 | 275 | 273 | 0 | 4 | 5 | 27 | 15 | 7 | 113 |
| Binary | 11000100 | 10111101 | 10111011 | 0 | 100 | 101 | 10111 | 1101 | 111 | 1001011 |
Color Harmonies of #C4BDBB
Complementary color
Monochromatic Colors of #C4BDBB
Black with #C4BDBB
Text Example
Text Example
White with #C4BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDBB; }
p { color: rgb(196,189,187); }
H1.HeaderClassName
{
color: #C4BDBB;
}
.AnyTagClassName
{
color: #C4BDBB;
}
</style>
background-color css
<style>
a { background-color: #C4BDBB; }
a { background-color: rgb(196,189,187); }
div.DivClassName
{
background-color: #C4BDBB;
}
.BgClassName
{
background-color: #C4BDBB;
}
</style>
border-color css
<style>
span { border-color: #C4BDBB; }
span { border-color: rgb(196,189,187); }
td.TdClassName
{
border-color: #C4BDBB;
}
.TagClassName
{
border-color: #C4BDBB;
}
</style>