Shades of Pumice #BECDB3
Tints of Pumice #BECDB3
RGB
CMYK
RGB Variations
Color information
#BECDB3 (or 0xBECDB3) is known color: Pumice. HEX triplet: BE, CD and B3. RGB value is (190,205,179). Sum of RGB (Red+Green+Blue) = 190+205+179=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDB3 is #41324C. Grayscale: #C5C5C5. Windows color (decimal): -4272717 or 11783614. OLE color: 11783614.
HSL color Cylindrical-coordinate representation of color #BECDB3: hue angle of 94.62º 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 #BECDB3 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 205 | 179 | - |
CMYK | 0.07 | 0 | 0.13 | 0.20 |
HSL | 94.62º | 0.21% | 0.75% | - |
HSV(B) | 94.62º | 0.13% | 0.8% | - |
XYZ | 51.2 | 57.86 | 51.12 | - |
YUV | 197.55 | 117.53 | 122.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 179 | 0.07 | 0 | 0.13 | 0.20 | 94.62 | 0.21 | 0.75 |
Hex | BE | CD | B3 | 7 | 0 | D | 14 | 5F | 15 | 4B |
Octal | 276 | 315 | 263 | 7 | 0 | 15 | 24 | 137 | 25 | 113 |
Binary | 10111110 | 11001101 | 10110011 | 111 | 0 | 1101 | 10100 | 1011111 | 10101 | 1001011 |
Color Harmonies of #BECDB3
Complementary color
Monochromatic Colors of #BECDB3
Black with #BECDB3
Text Example
Text Example
White with #BECDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDB3; }
p { color: rgb(190,205,179); }
H1.HeaderClassName
{
color: #BECDB3;
}
.AnyTagClassName
{
color: #BECDB3;
}
</style>
background-color css
<style>
a { background-color: #BECDB3; }
a { background-color: rgb(190,205,179); }
div.DivClassName
{
background-color: #BECDB3;
}
.BgClassName
{
background-color: #BECDB3;
}
</style>
border-color css
<style>
span { border-color: #BECDB3; }
span { border-color: rgb(190,205,179); }
td.TdClassName
{
border-color: #BECDB3;
}
.TagClassName
{
border-color: #BECDB3;
}
</style>