Shades of Pumice #BCBEBA
Tints of Pumice #BCBEBA
RGB
CMYK
RGB Variations
Color information
#BCBEBA (or 0xBCBEBA) is known color: Pumice. HEX triplet: BC, BE and BA. RGB value is (188,190,186). Sum of RGB (Red+Green+Blue) = 188+190+186=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEBA is #434145. Grayscale: #BCBCBC. Windows color (decimal): -4407622 or 12238524. OLE color: 12238524.
HSL color Cylindrical-coordinate representation of color #BCBEBA: hue angle of 90º 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 #BCBEBA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 190 | 186 | - |
CMYK | 0.01 | 0 | 0.02 | 0.25 |
HSL | 90º | 0.03% | 0.74% | - |
HSV(B) | 90º | 0.02% | 0.75% | - |
XYZ | 48.02 | 51.06 | 53.78 | - |
YUV | 188.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 190 | 186 | 0.01 | 0 | 0.02 | 0.25 | 90 | 0.03 | 0.74 |
Hex | BC | BE | BA | 1 | 0 | 2 | 19 | 5A | 3 | 4A |
Octal | 274 | 276 | 272 | 1 | 0 | 2 | 31 | 132 | 3 | 112 |
Binary | 10111100 | 10111110 | 10111010 | 1 | 0 | 10 | 11001 | 1011010 | 11 | 1001010 |
Color Harmonies of #BCBEBA
Complementary color
Monochromatic Colors of #BCBEBA
Black with #BCBEBA
Text Example
Text Example
White with #BCBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEBA; }
p { color: rgb(188,190,186); }
H1.HeaderClassName
{
color: #BCBEBA;
}
.AnyTagClassName
{
color: #BCBEBA;
}
</style>
background-color css
<style>
a { background-color: #BCBEBA; }
a { background-color: rgb(188,190,186); }
div.DivClassName
{
background-color: #BCBEBA;
}
.BgClassName
{
background-color: #BCBEBA;
}
</style>
border-color css
<style>
span { border-color: #BCBEBA; }
span { border-color: rgb(188,190,186); }
td.TdClassName
{
border-color: #BCBEBA;
}
.TagClassName
{
border-color: #BCBEBA;
}
</style>