Shades of Pale Slate #C7BDB4
Tints of Pale Slate #C7BDB4
RGB
CMYK
RGB Variations
Color information
#C7BDB4 (or 0xC7BDB4) is known color: Pale Slate. HEX triplet: C7, BD and B4. RGB value is (199,189,180). Sum of RGB (Red+Green+Blue) = 199+189+180=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDB4 is #38424B. Grayscale: #BFBFBF. Windows color (decimal): -3686988 or 11845063. OLE color: 11845063.
HSL color Cylindrical-coordinate representation of color #C7BDB4: hue angle of 28.42º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BDB4 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 189 | 180 | - |
CMYK | 0 | 0.05 | 0.10 | 0.22 |
HSL | 28.42º | 0.15% | 0.74% | - |
HSV(B) | 28.42º | 0.1% | 0.78% | - |
XYZ | 49.99 | 51.83 | 50.55 | - |
YUV | 190.96 | 121.81 | 133.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 189 | 180 | 0 | 0.05 | 0.10 | 0.22 | 28.42 | 0.15 | 0.74 |
Hex | C7 | BD | B4 | 0 | 5 | A | 16 | 1C | F | 4A |
Octal | 307 | 275 | 264 | 0 | 5 | 12 | 26 | 34 | 17 | 112 |
Binary | 11000111 | 10111101 | 10110100 | 0 | 101 | 1010 | 10110 | 11100 | 1111 | 1001010 |
Color Harmonies of #C7BDB4
Complementary color
Monochromatic Colors of #C7BDB4
Black with #C7BDB4
Text Example
Text Example
White with #C7BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDB4; }
p { color: rgb(199,189,180); }
H1.HeaderClassName
{
color: #C7BDB4;
}
.AnyTagClassName
{
color: #C7BDB4;
}
</style>
background-color css
<style>
a { background-color: #C7BDB4; }
a { background-color: rgb(199,189,180); }
div.DivClassName
{
background-color: #C7BDB4;
}
.BgClassName
{
background-color: #C7BDB4;
}
</style>
border-color css
<style>
span { border-color: #C7BDB4; }
span { border-color: rgb(199,189,180); }
td.TdClassName
{
border-color: #C7BDB4;
}
.TagClassName
{
border-color: #C7BDB4;
}
</style>