Shades of Pale Slate #BCB9B7
Tints of Pale Slate #BCB9B7
RGB
CMYK
RGB Variations
Color information
#BCB9B7 (or 0xBCB9B7) is known color: Pale Slate. HEX triplet: BC, B9 and B7. RGB value is (188,185,183). Sum of RGB (Red+Green+Blue) = 188+185+183=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9B7 is #434648. Grayscale: #B9B9B9. Windows color (decimal): -4408905 or 12040636. OLE color: 12040636.
HSL color Cylindrical-coordinate representation of color #BCB9B7: hue angle of 24º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCB9B7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 185 | 183 | - |
CMYK | 0 | 0.02 | 0.03 | 0.26 |
HSL | 24º | 0.04% | 0.73% | - |
HSV(B) | 24º | 0.03% | 0.74% | - |
XYZ | 46.64 | 48.81 | 51.76 | - |
YUV | 185.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 185 | 183 | 0 | 0.02 | 0.03 | 0.26 | 24 | 0.04 | 0.73 |
Hex | BC | B9 | B7 | 0 | 2 | 3 | 1A | 18 | 4 | 49 |
Octal | 274 | 271 | 267 | 0 | 2 | 3 | 32 | 30 | 4 | 111 |
Binary | 10111100 | 10111001 | 10110111 | 0 | 10 | 11 | 11010 | 11000 | 100 | 1001001 |
Color Harmonies of #BCB9B7
Complementary color
Monochromatic Colors of #BCB9B7
Black with #BCB9B7
Text Example
Text Example
White with #BCB9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9B7; }
p { color: rgb(188,185,183); }
H1.HeaderClassName
{
color: #BCB9B7;
}
.AnyTagClassName
{
color: #BCB9B7;
}
</style>
background-color css
<style>
a { background-color: #BCB9B7; }
a { background-color: rgb(188,185,183); }
div.DivClassName
{
background-color: #BCB9B7;
}
.BgClassName
{
background-color: #BCB9B7;
}
</style>
border-color css
<style>
span { border-color: #BCB9B7; }
span { border-color: rgb(188,185,183); }
td.TdClassName
{
border-color: #BCB9B7;
}
.TagClassName
{
border-color: #BCB9B7;
}
</style>