Shades of Pale Slate #BFBCBB
Tints of Pale Slate #BFBCBB
RGB
CMYK
RGB Variations
Color information
#BFBCBB (or 0xBFBCBB) is known color: Pale Slate. HEX triplet: BF, BC and BB. RGB value is (191,188,187). Sum of RGB (Red+Green+Blue) = 191+188+187=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCBB is #404344. Grayscale: #BCBCBC. Windows color (decimal): -4211525 or 12303551. OLE color: 12303551.
HSL color Cylindrical-coordinate representation of color #BFBCBB: hue angle of 15º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFBCBB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 187 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.25 |
| HSL | 15º | 0.03% | 0.74% | - |
| HSV(B) | 15º | 0.02% | 0.75% | - |
| XYZ | 48.44 | 50.63 | 54.23 | - |
| YUV | 188.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 187 | 0 | 0.02 | 0.02 | 0.25 | 15 | 0.03 | 0.74 |
| Hex | BF | BC | BB | 0 | 2 | 2 | 19 | F | 3 | 4A |
| Octal | 277 | 274 | 273 | 0 | 2 | 2 | 31 | 17 | 3 | 112 |
| Binary | 10111111 | 10111100 | 10111011 | 0 | 10 | 10 | 11001 | 1111 | 11 | 1001010 |
Color Harmonies of #BFBCBB
Complementary color
Monochromatic Colors of #BFBCBB
Black with #BFBCBB
Text Example
Text Example
White with #BFBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCBB; }
p { color: rgb(191,188,187); }
H1.HeaderClassName
{
color: #BFBCBB;
}
.AnyTagClassName
{
color: #BFBCBB;
}
</style>
background-color css
<style>
a { background-color: #BFBCBB; }
a { background-color: rgb(191,188,187); }
div.DivClassName
{
background-color: #BFBCBB;
}
.BgClassName
{
background-color: #BFBCBB;
}
</style>
border-color css
<style>
span { border-color: #BFBCBB; }
span { border-color: rgb(191,188,187); }
td.TdClassName
{
border-color: #BFBCBB;
}
.TagClassName
{
border-color: #BFBCBB;
}
</style>