Shades of Pumice #BEC8B8
Tints of Pumice #BEC8B8
RGB
CMYK
RGB Variations
Color information
#BEC8B8 (or 0xBEC8B8) is known color: Pumice. HEX triplet: BE, C8 and B8. RGB value is (190,200,184). Sum of RGB (Red+Green+Blue) = 190+200+184=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8B8 is #413747. Grayscale: #C3C3C3. Windows color (decimal): -4273992 or 12110014. OLE color: 12110014.
HSL color Cylindrical-coordinate representation of color #BEC8B8: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC8B8 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 184 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.22 |
| HSL | 97.5º | 0.13% | 0.75% | - |
| HSV(B) | 97.5º | 0.08% | 0.78% | - |
| XYZ | 50.54 | 55.72 | 53.44 | - |
| YUV | 195.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 184 | 0.05 | 0 | 0.08 | 0.22 | 97.5 | 0.13 | 0.75 |
| Hex | BE | C8 | B8 | 5 | 0 | 8 | 16 | 62 | D | 4B |
| Octal | 276 | 310 | 270 | 5 | 0 | 10 | 26 | 142 | 15 | 113 |
| Binary | 10111110 | 11001000 | 10111000 | 101 | 0 | 1000 | 10110 | 1100010 | 1101 | 1001011 |
Color Harmonies of #BEC8B8
Complementary color
Monochromatic Colors of #BEC8B8
Black with #BEC8B8
Text Example
Text Example
White with #BEC8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8B8; }
p { color: rgb(190,200,184); }
H1.HeaderClassName
{
color: #BEC8B8;
}
.AnyTagClassName
{
color: #BEC8B8;
}
</style>
background-color css
<style>
a { background-color: #BEC8B8; }
a { background-color: rgb(190,200,184); }
div.DivClassName
{
background-color: #BEC8B8;
}
.BgClassName
{
background-color: #BEC8B8;
}
</style>
border-color css
<style>
span { border-color: #BEC8B8; }
span { border-color: rgb(190,200,184); }
td.TdClassName
{
border-color: #BEC8B8;
}
.TagClassName
{
border-color: #BEC8B8;
}
</style>