Shades of Pumice #BECAB4
Tints of Pumice #BECAB4
RGB
CMYK
RGB Variations
Color information
#BECAB4 (or 0xBECAB4) is known color: Pumice. HEX triplet: BE, CA and B4. RGB value is (190,202,180). Sum of RGB (Red+Green+Blue) = 190+202+180=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAB4 is #41354B. Grayscale: #C3C3C3. Windows color (decimal): -4273484 or 11848382. OLE color: 11848382.
HSL color Cylindrical-coordinate representation of color #BECAB4: hue angle of 92.73º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BECAB4 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 202 | 180 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.21 |
| HSL | 92.73º | 0.17% | 0.75% | - |
| HSV(B) | 92.73º | 0.11% | 0.79% | - |
| XYZ | 50.59 | 56.48 | 51.42 | - |
| YUV | 195.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 202 | 180 | 0.06 | 0 | 0.11 | 0.21 | 92.73 | 0.17 | 0.75 |
| Hex | BE | CA | B4 | 6 | 0 | B | 15 | 5D | 11 | 4B |
| Octal | 276 | 312 | 264 | 6 | 0 | 13 | 25 | 135 | 21 | 113 |
| Binary | 10111110 | 11001010 | 10110100 | 110 | 0 | 1011 | 10101 | 1011101 | 10001 | 1001011 |
Color Harmonies of #BECAB4
Complementary color
Monochromatic Colors of #BECAB4
Black with #BECAB4
Text Example
Text Example
White with #BECAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECAB4; }
p { color: rgb(190,202,180); }
H1.HeaderClassName
{
color: #BECAB4;
}
.AnyTagClassName
{
color: #BECAB4;
}
</style>
background-color css
<style>
a { background-color: #BECAB4; }
a { background-color: rgb(190,202,180); }
div.DivClassName
{
background-color: #BECAB4;
}
.BgClassName
{
background-color: #BECAB4;
}
</style>
border-color css
<style>
span { border-color: #BECAB4; }
span { border-color: rgb(190,202,180); }
td.TdClassName
{
border-color: #BECAB4;
}
.TagClassName
{
border-color: #BECAB4;
}
</style>