Shades of Pale Slate #BCB7B4
Tints of Pale Slate #BCB7B4
RGB
CMYK
RGB Variations
Color information
#BCB7B4 (or 0xBCB7B4) is known color: Pale Slate. HEX triplet: BC, B7 and B4. RGB value is (188,183,180). Sum of RGB (Red+Green+Blue) = 188+183+180=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7B4 is #43484B. Grayscale: #B8B8B8. Windows color (decimal): -4409420 or 11843516. OLE color: 11843516.
HSL color Cylindrical-coordinate representation of color #BCB7B4: hue angle of 22.5º degrees, saturation: 0.06, 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 #BCB7B4 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 183 | 180 | - |
CMYK | 0 | 0.03 | 0.04 | 0.26 |
HSL | 22.5º | 0.06% | 0.72% | - |
HSV(B) | 22.5º | 0.04% | 0.74% | - |
XYZ | 45.91 | 47.85 | 50 | - |
YUV | 184.15 | 125.66 | 130.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 183 | 180 | 0 | 0.03 | 0.04 | 0.26 | 22.5 | 0.06 | 0.72 |
Hex | BC | B7 | B4 | 0 | 3 | 4 | 1A | 16 | 6 | 48 |
Octal | 274 | 267 | 264 | 0 | 3 | 4 | 32 | 26 | 6 | 110 |
Binary | 10111100 | 10110111 | 10110100 | 0 | 11 | 100 | 11010 | 10110 | 110 | 1001000 |
Color Harmonies of #BCB7B4
Complementary color
Monochromatic Colors of #BCB7B4
Black with #BCB7B4
Text Example
Text Example
White with #BCB7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7B4; }
p { color: rgb(188,183,180); }
H1.HeaderClassName
{
color: #BCB7B4;
}
.AnyTagClassName
{
color: #BCB7B4;
}
</style>
background-color css
<style>
a { background-color: #BCB7B4; }
a { background-color: rgb(188,183,180); }
div.DivClassName
{
background-color: #BCB7B4;
}
.BgClassName
{
background-color: #BCB7B4;
}
</style>
border-color css
<style>
span { border-color: #BCB7B4; }
span { border-color: rgb(188,183,180); }
td.TdClassName
{
border-color: #BCB7B4;
}
.TagClassName
{
border-color: #BCB7B4;
}
</style>