Shades of Pumice #BECDB2
Tints of Pumice #BECDB2
RGB
CMYK
RGB Variations
Color information
#BECDB2 (or 0xBECDB2) is known color: Pumice. HEX triplet: BE, CD and B2. RGB value is (190,205,178). Sum of RGB (Red+Green+Blue) = 190+205+178=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDB2 is #41324D. Grayscale: #C5C5C5. Windows color (decimal): -4272718 or 11718078. OLE color: 11718078.
HSL color Cylindrical-coordinate representation of color #BECDB2: hue angle of 93.33º 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 #BECDB2 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 178 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.20 |
| HSL | 93.33º | 0.21% | 0.75% | - |
| HSV(B) | 93.33º | 0.13% | 0.8% | - |
| XYZ | 51.1 | 57.82 | 50.59 | - |
| YUV | 197.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 178 | 0.07 | 0 | 0.13 | 0.20 | 93.33 | 0.21 | 0.75 |
| Hex | BE | CD | B2 | 7 | 0 | D | 14 | 5D | 15 | 4B |
| Octal | 276 | 315 | 262 | 7 | 0 | 15 | 24 | 135 | 25 | 113 |
| Binary | 10111110 | 11001101 | 10110010 | 111 | 0 | 1101 | 10100 | 1011101 | 10101 | 1001011 |
Color Harmonies of #BECDB2
Complementary color
Monochromatic Colors of #BECDB2
Black with #BECDB2
Text Example
Text Example
White with #BECDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDB2; }
p { color: rgb(190,205,178); }
H1.HeaderClassName
{
color: #BECDB2;
}
.AnyTagClassName
{
color: #BECDB2;
}
</style>
background-color css
<style>
a { background-color: #BECDB2; }
a { background-color: rgb(190,205,178); }
div.DivClassName
{
background-color: #BECDB2;
}
.BgClassName
{
background-color: #BECDB2;
}
</style>
border-color css
<style>
span { border-color: #BECDB2; }
span { border-color: rgb(190,205,178); }
td.TdClassName
{
border-color: #BECDB2;
}
.TagClassName
{
border-color: #BECDB2;
}
</style>