Shades of Pumice #BCBFBA
Tints of Pumice #BCBFBA
RGB
CMYK
RGB Variations
Color information
#BCBFBA (or 0xBCBFBA) is known color: Pumice. HEX triplet: BC, BF and BA. RGB value is (188,191,186). Sum of RGB (Red+Green+Blue) = 188+191+186=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFBA is #434045. Grayscale: #BDBDBD. Windows color (decimal): -4407366 or 12238780. OLE color: 12238780.
HSL color Cylindrical-coordinate representation of color #BCBFBA: hue angle of 96º 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 #BCBFBA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 191 | 186 | - |
CMYK | 0.02 | 0 | 0.03 | 0.25 |
HSL | 96º | 0.04% | 0.74% | - |
HSV(B) | 96º | 0.03% | 0.75% | - |
XYZ | 48.23 | 51.5 | 53.85 | - |
YUV | 189.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 191 | 186 | 0.02 | 0 | 0.03 | 0.25 | 96 | 0.04 | 0.74 |
Hex | BC | BF | BA | 2 | 0 | 3 | 19 | 60 | 4 | 4A |
Octal | 274 | 277 | 272 | 2 | 0 | 3 | 31 | 140 | 4 | 112 |
Binary | 10111100 | 10111111 | 10111010 | 10 | 0 | 11 | 11001 | 1100000 | 100 | 1001010 |
Color Harmonies of #BCBFBA
Complementary color
Monochromatic Colors of #BCBFBA
Black with #BCBFBA
Text Example
Text Example
White with #BCBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFBA; }
p { color: rgb(188,191,186); }
H1.HeaderClassName
{
color: #BCBFBA;
}
.AnyTagClassName
{
color: #BCBFBA;
}
</style>
background-color css
<style>
a { background-color: #BCBFBA; }
a { background-color: rgb(188,191,186); }
div.DivClassName
{
background-color: #BCBFBA;
}
.BgClassName
{
background-color: #BCBFBA;
}
</style>
border-color css
<style>
span { border-color: #BCBFBA; }
span { border-color: rgb(188,191,186); }
td.TdClassName
{
border-color: #BCBFBA;
}
.TagClassName
{
border-color: #BCBFBA;
}
</style>