Shades of Pale Slate #C7BCB4
Tints of Pale Slate #C7BCB4
RGB
CMYK
RGB Variations
Color information
#C7BCB4 (or 0xC7BCB4) is known color: Pale Slate. HEX triplet: C7, BC and B4. RGB value is (199,188,180). Sum of RGB (Red+Green+Blue) = 199+188+180=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCB4 is #38434B. Grayscale: #BEBEBE. Windows color (decimal): -3687244 or 11844807. OLE color: 11844807.
HSL color Cylindrical-coordinate representation of color #C7BCB4: hue angle of 25.26º 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 #C7BCB4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 180 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.22 |
| HSL | 25.26º | 0.15% | 0.74% | - |
| HSV(B) | 25.26º | 0.1% | 0.78% | - |
| XYZ | 49.77 | 51.4 | 50.48 | - |
| YUV | 190.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 180 | 0 | 0.06 | 0.10 | 0.22 | 25.26 | 0.15 | 0.74 |
| Hex | C7 | BC | B4 | 0 | 6 | A | 16 | 19 | F | 4A |
| Octal | 307 | 274 | 264 | 0 | 6 | 12 | 26 | 31 | 17 | 112 |
| Binary | 11000111 | 10111100 | 10110100 | 0 | 110 | 1010 | 10110 | 11001 | 1111 | 1001010 |
Color Harmonies of #C7BCB4
Complementary color
Monochromatic Colors of #C7BCB4
Black with #C7BCB4
Text Example
Text Example
White with #C7BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BCB4; }
p { color: rgb(199,188,180); }
H1.HeaderClassName
{
color: #C7BCB4;
}
.AnyTagClassName
{
color: #C7BCB4;
}
</style>
background-color css
<style>
a { background-color: #C7BCB4; }
a { background-color: rgb(199,188,180); }
div.DivClassName
{
background-color: #C7BCB4;
}
.BgClassName
{
background-color: #C7BCB4;
}
</style>
border-color css
<style>
span { border-color: #C7BCB4; }
span { border-color: rgb(199,188,180); }
td.TdClassName
{
border-color: #C7BCB4;
}
.TagClassName
{
border-color: #C7BCB4;
}
</style>