Shades of Pumice #BECDB4
Tints of Pumice #BECDB4
RGB
CMYK
RGB Variations
Color information
#BECDB4 (or 0xBECDB4) is known color: Pumice. HEX triplet: BE, CD and B4. RGB value is (190,205,180). Sum of RGB (Red+Green+Blue) = 190+205+180=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDB4 is #41324B. Grayscale: #C5C5C5. Windows color (decimal): -4272716 or 11849150. OLE color: 11849150.
HSL color Cylindrical-coordinate representation of color #BECDB4: hue angle of 96º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BECDB4 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 205 | 180 | - |
CMYK | 0.07 | 0 | 0.12 | 0.20 |
HSL | 96º | 0.2% | 0.75% | - |
HSV(B) | 96º | 0.12% | 0.8% | - |
XYZ | 51.3 | 57.91 | 51.65 | - |
YUV | 197.67 | 118.03 | 122.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 180 | 0.07 | 0 | 0.12 | 0.20 | 96 | 0.2 | 0.75 |
Hex | BE | CD | B4 | 7 | 0 | C | 14 | 60 | 14 | 4B |
Octal | 276 | 315 | 264 | 7 | 0 | 14 | 24 | 140 | 24 | 113 |
Binary | 10111110 | 11001101 | 10110100 | 111 | 0 | 1100 | 10100 | 1100000 | 10100 | 1001011 |
Color Harmonies of #BECDB4
Complementary color
Monochromatic Colors of #BECDB4
Black with #BECDB4
Text Example
Text Example
White with #BECDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDB4; }
p { color: rgb(190,205,180); }
H1.HeaderClassName
{
color: #BECDB4;
}
.AnyTagClassName
{
color: #BECDB4;
}
</style>
background-color css
<style>
a { background-color: #BECDB4; }
a { background-color: rgb(190,205,180); }
div.DivClassName
{
background-color: #BECDB4;
}
.BgClassName
{
background-color: #BECDB4;
}
</style>
border-color css
<style>
span { border-color: #BECDB4; }
span { border-color: rgb(190,205,180); }
td.TdClassName
{
border-color: #BECDB4;
}
.TagClassName
{
border-color: #BECDB4;
}
</style>