Shades of Pumice #BEC4BB
Tints of Pumice #BEC4BB
RGB
CMYK
RGB Variations
Color information
#BEC4BB (or 0xBEC4BB) is known color: Pumice. HEX triplet: BE, C4 and BB. RGB value is (190,196,187). Sum of RGB (Red+Green+Blue) = 190+196+187=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4BB is #413B44. Grayscale: #C1C1C1. Windows color (decimal): -4275013 or 12305598. OLE color: 12305598.
HSL color Cylindrical-coordinate representation of color #BEC4BB: hue angle of 100º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC4BB is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 187 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.23 |
| HSL | 100º | 0.07% | 0.75% | - |
| HSV(B) | 100º | 0.05% | 0.77% | - |
| XYZ | 49.94 | 54.01 | 54.81 | - |
| YUV | 193.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 187 | 0.03 | 0 | 0.05 | 0.23 | 100 | 0.07 | 0.75 |
| Hex | BE | C4 | BB | 3 | 0 | 5 | 17 | 64 | 7 | 4B |
| Octal | 276 | 304 | 273 | 3 | 0 | 5 | 27 | 144 | 7 | 113 |
| Binary | 10111110 | 11000100 | 10111011 | 11 | 0 | 101 | 10111 | 1100100 | 111 | 1001011 |
Color Harmonies of #BEC4BB
Complementary color
Monochromatic Colors of #BEC4BB
Black with #BEC4BB
Text Example
Text Example
White with #BEC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC4BB; }
p { color: rgb(190,196,187); }
H1.HeaderClassName
{
color: #BEC4BB;
}
.AnyTagClassName
{
color: #BEC4BB;
}
</style>
background-color css
<style>
a { background-color: #BEC4BB; }
a { background-color: rgb(190,196,187); }
div.DivClassName
{
background-color: #BEC4BB;
}
.BgClassName
{
background-color: #BEC4BB;
}
</style>
border-color css
<style>
span { border-color: #BEC4BB; }
span { border-color: rgb(190,196,187); }
td.TdClassName
{
border-color: #BEC4BB;
}
.TagClassName
{
border-color: #BEC4BB;
}
</style>