Shades of Pumice #BECCB1
Tints of Pumice #BECCB1
RGB
CMYK
RGB Variations
Color information
#BECCB1 (or 0xBECCB1) is known color: Pumice. HEX triplet: BE, CC and B1. RGB value is (190,204,177). Sum of RGB (Red+Green+Blue) = 190+204+177=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCB1 is #41334E. Grayscale: #C4C4C4. Windows color (decimal): -4272975 or 11652286. OLE color: 11652286.
HSL color Cylindrical-coordinate representation of color #BECCB1: hue angle of 91.11º degrees, saturation: 0.21, 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 #BECCB1 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 190 | 204 | 177 | - |
CMYK | 0.07 | 0 | 0.13 | 0.2 |
HSL | 91.11º | 0.21% | 0.75% | - |
HSV(B) | 91.11º | 0.13% | 0.8% | - |
XYZ | 50.76 | 57.31 | 49.98 | - |
YUV | 196.74 | 116.86 | 123.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 204 | 177 | 0.07 | 0 | 0.13 | 0.2 | 91.11 | 0.21 | 0.75 |
Hex | BE | CC | B1 | 7 | 0 | D | 14 | 5B | 15 | 4B |
Octal | 276 | 314 | 261 | 7 | 0 | 15 | 24 | 133 | 25 | 113 |
Binary | 10111110 | 11001100 | 10110001 | 111 | 0 | 1101 | 10100 | 1011011 | 10101 | 1001011 |
Color Harmonies of #BECCB1
Complementary color
Monochromatic Colors of #BECCB1
Black with #BECCB1
Text Example
Text Example
White with #BECCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCB1; }
p { color: rgb(190,204,177); }
H1.HeaderClassName
{
color: #BECCB1;
}
.AnyTagClassName
{
color: #BECCB1;
}
</style>
background-color css
<style>
a { background-color: #BECCB1; }
a { background-color: rgb(190,204,177); }
div.DivClassName
{
background-color: #BECCB1;
}
.BgClassName
{
background-color: #BECCB1;
}
</style>
border-color css
<style>
span { border-color: #BECCB1; }
span { border-color: rgb(190,204,177); }
td.TdClassName
{
border-color: #BECCB1;
}
.TagClassName
{
border-color: #BECCB1;
}
</style>