Shades of Pumice #BEC2BA
Tints of Pumice #BEC2BA
RGB
CMYK
RGB Variations
Color information
#BEC2BA (or 0xBEC2BA) is known color: Pumice. HEX triplet: BE, C2 and BA. RGB value is (190,194,186). Sum of RGB (Red+Green+Blue) = 190+194+186=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2BA is #413D45. Grayscale: #BFBFBF. Windows color (decimal): -4275526 or 12239550. OLE color: 12239550.
HSL color Cylindrical-coordinate representation of color #BEC2BA: hue angle of 90º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC2BA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 194 | 186 | - |
CMYK | 0.02 | 0 | 0.04 | 0.24 |
HSL | 90º | 0.06% | 0.75% | - |
HSV(B) | 90º | 0.04% | 0.76% | - |
XYZ | 49.39 | 53.08 | 54.1 | - |
YUV | 191.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 194 | 186 | 0.02 | 0 | 0.04 | 0.24 | 90 | 0.06 | 0.75 |
Hex | BE | C2 | BA | 2 | 0 | 4 | 18 | 5A | 6 | 4B |
Octal | 276 | 302 | 272 | 2 | 0 | 4 | 30 | 132 | 6 | 113 |
Binary | 10111110 | 11000010 | 10111010 | 10 | 0 | 100 | 11000 | 1011010 | 110 | 1001011 |
Color Harmonies of #BEC2BA
Complementary color
Monochromatic Colors of #BEC2BA
Black with #BEC2BA
Text Example
Text Example
White with #BEC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC2BA; }
p { color: rgb(190,194,186); }
H1.HeaderClassName
{
color: #BEC2BA;
}
.AnyTagClassName
{
color: #BEC2BA;
}
</style>
background-color css
<style>
a { background-color: #BEC2BA; }
a { background-color: rgb(190,194,186); }
div.DivClassName
{
background-color: #BEC2BA;
}
.BgClassName
{
background-color: #BEC2BA;
}
</style>
border-color css
<style>
span { border-color: #BEC2BA; }
span { border-color: rgb(190,194,186); }
td.TdClassName
{
border-color: #BEC2BA;
}
.TagClassName
{
border-color: #BEC2BA;
}
</style>