Shades of Pale Slate #BCB7B5
Tints of Pale Slate #BCB7B5
RGB
CMYK
RGB Variations
Color information
#BCB7B5 (or 0xBCB7B5) is known color: Pale Slate. HEX triplet: BC, B7 and B5. RGB value is (188,183,181). Sum of RGB (Red+Green+Blue) = 188+183+181=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7B5 is #43484A. Grayscale: #B8B8B8. Windows color (decimal): -4409419 or 11909052. OLE color: 11909052.
HSL color Cylindrical-coordinate representation of color #BCB7B5: hue angle of 17.14º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCB7B5 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 181 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.26 |
| HSL | 17.14º | 0.05% | 0.72% | - |
| HSV(B) | 17.14º | 0.04% | 0.74% | - |
| XYZ | 46.01 | 47.89 | 50.54 | - |
| YUV | 184.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 181 | 0 | 0.03 | 0.04 | 0.26 | 17.14 | 0.05 | 0.72 |
| Hex | BC | B7 | B5 | 0 | 3 | 4 | 1A | 11 | 5 | 48 |
| Octal | 274 | 267 | 265 | 0 | 3 | 4 | 32 | 21 | 5 | 110 |
| Binary | 10111100 | 10110111 | 10110101 | 0 | 11 | 100 | 11010 | 10001 | 101 | 1001000 |
Color Harmonies of #BCB7B5
Complementary color
Monochromatic Colors of #BCB7B5
Black with #BCB7B5
Text Example
Text Example
White with #BCB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7B5; }
p { color: rgb(188,183,181); }
H1.HeaderClassName
{
color: #BCB7B5;
}
.AnyTagClassName
{
color: #BCB7B5;
}
</style>
background-color css
<style>
a { background-color: #BCB7B5; }
a { background-color: rgb(188,183,181); }
div.DivClassName
{
background-color: #BCB7B5;
}
.BgClassName
{
background-color: #BCB7B5;
}
</style>
border-color css
<style>
span { border-color: #BCB7B5; }
span { border-color: rgb(188,183,181); }
td.TdClassName
{
border-color: #BCB7B5;
}
.TagClassName
{
border-color: #BCB7B5;
}
</style>