Shades of Pale Slate #BFBCBA
Tints of Pale Slate #BFBCBA
RGB
CMYK
RGB Variations
Color information
#BFBCBA (or 0xBFBCBA) is known color: Pale Slate. HEX triplet: BF, BC and BA. RGB value is (191,188,186). Sum of RGB (Red+Green+Blue) = 191+188+186=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCBA is #404345. Grayscale: #BCBCBC. Windows color (decimal): -4211526 or 12238015. OLE color: 12238015.
HSL color Cylindrical-coordinate representation of color #BFBCBA: hue angle of 24º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFBCBA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 186 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.25 |
| HSL | 24º | 0.04% | 0.74% | - |
| HSV(B) | 24º | 0.03% | 0.75% | - |
| XYZ | 48.33 | 50.59 | 53.67 | - |
| YUV | 188.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 186 | 0 | 0.02 | 0.03 | 0.25 | 24 | 0.04 | 0.74 |
| Hex | BF | BC | BA | 0 | 2 | 3 | 19 | 18 | 4 | 4A |
| Octal | 277 | 274 | 272 | 0 | 2 | 3 | 31 | 30 | 4 | 112 |
| Binary | 10111111 | 10111100 | 10111010 | 0 | 10 | 11 | 11001 | 11000 | 100 | 1001010 |
Color Harmonies of #BFBCBA
Complementary color
Monochromatic Colors of #BFBCBA
Black with #BFBCBA
Text Example
Text Example
White with #BFBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCBA; }
p { color: rgb(191,188,186); }
H1.HeaderClassName
{
color: #BFBCBA;
}
.AnyTagClassName
{
color: #BFBCBA;
}
</style>
background-color css
<style>
a { background-color: #BFBCBA; }
a { background-color: rgb(191,188,186); }
div.DivClassName
{
background-color: #BFBCBA;
}
.BgClassName
{
background-color: #BFBCBA;
}
</style>
border-color css
<style>
span { border-color: #BFBCBA; }
span { border-color: rgb(191,188,186); }
td.TdClassName
{
border-color: #BFBCBA;
}
.TagClassName
{
border-color: #BFBCBA;
}
</style>