Shades of Pumice #BECAB7
Tints of Pumice #BECAB7
RGB
CMYK
RGB Variations
Color information
#BECAB7 (or 0xBECAB7) is known color: Pumice. HEX triplet: BE, CA and B7. RGB value is (190,202,183). Sum of RGB (Red+Green+Blue) = 190+202+183=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAB7 is #413548. Grayscale: #C4C4C4. Windows color (decimal): -4273481 or 12044990. OLE color: 12044990.
HSL color Cylindrical-coordinate representation of color #BECAB7: hue angle of 97.89º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BECAB7 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 183 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.21 |
| HSL | 97.89º | 0.15% | 0.75% | - |
| HSV(B) | 97.89º | 0.09% | 0.79% | - |
| XYZ | 50.9 | 56.61 | 53.04 | - |
| YUV | 196.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 183 | 0.06 | 0 | 0.09 | 0.21 | 97.89 | 0.15 | 0.75 |
| Hex | BE | CA | B7 | 6 | 0 | 9 | 15 | 62 | F | 4B |
| Octal | 276 | 312 | 267 | 6 | 0 | 11 | 25 | 142 | 17 | 113 |
| Binary | 10111110 | 11001010 | 10110111 | 110 | 0 | 1001 | 10101 | 1100010 | 1111 | 1001011 |
Color Harmonies of #BECAB7
Complementary color
Monochromatic Colors of #BECAB7
Black with #BECAB7
Text Example
Text Example
White with #BECAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAB7; }
p { color: rgb(190,202,183); }
H1.HeaderClassName
{
color: #BECAB7;
}
.AnyTagClassName
{
color: #BECAB7;
}
</style>
background-color css
<style>
a { background-color: #BECAB7; }
a { background-color: rgb(190,202,183); }
div.DivClassName
{
background-color: #BECAB7;
}
.BgClassName
{
background-color: #BECAB7;
}
</style>
border-color css
<style>
span { border-color: #BECAB7; }
span { border-color: rgb(190,202,183); }
td.TdClassName
{
border-color: #BECAB7;
}
.TagClassName
{
border-color: #BECAB7;
}
</style>