Shades of Pumice #BECBB1
Tints of Pumice #BECBB1
RGB
CMYK
RGB Variations
Color information
#BECBB1 (or 0xBECBB1) is known color: Pumice. HEX triplet: BE, CB and B1. RGB value is (190,203,177). Sum of RGB (Red+Green+Blue) = 190+203+177=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBB1 is #41344E. Grayscale: #C4C4C4. Windows color (decimal): -4273231 or 11652030. OLE color: 11652030.
HSL color Cylindrical-coordinate representation of color #BECBB1: hue angle of 90º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BECBB1 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 203 | 177 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.20 |
| HSL | 90º | 0.2% | 0.75% | - |
| HSV(B) | 90º | 0.13% | 0.8% | - |
| XYZ | 50.53 | 56.83 | 49.9 | - |
| YUV | 196.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 177 | 0.06 | 0 | 0.13 | 0.20 | 90 | 0.2 | 0.75 |
| Hex | BE | CB | B1 | 6 | 0 | D | 14 | 5A | 14 | 4B |
| Octal | 276 | 313 | 261 | 6 | 0 | 15 | 24 | 132 | 24 | 113 |
| Binary | 10111110 | 11001011 | 10110001 | 110 | 0 | 1101 | 10100 | 1011010 | 10100 | 1001011 |
Color Harmonies of #BECBB1
Complementary color
Monochromatic Colors of #BECBB1
Black with #BECBB1
Text Example
Text Example
White with #BECBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBB1; }
p { color: rgb(190,203,177); }
H1.HeaderClassName
{
color: #BECBB1;
}
.AnyTagClassName
{
color: #BECBB1;
}
</style>
background-color css
<style>
a { background-color: #BECBB1; }
a { background-color: rgb(190,203,177); }
div.DivClassName
{
background-color: #BECBB1;
}
.BgClassName
{
background-color: #BECBB1;
}
</style>
border-color css
<style>
span { border-color: #BECBB1; }
span { border-color: rgb(190,203,177); }
td.TdClassName
{
border-color: #BECBB1;
}
.TagClassName
{
border-color: #BECBB1;
}
</style>