Shades of Water Leaf #B3EADD
Tints of Water Leaf #B3EADD
RGB
CMYK
RGB Variations
Color information
#B3EADD (or 0xB3EADD) is known color: Water Leaf. HEX triplet: B3, EA and DD. RGB value is (179,234,221). Sum of RGB (Red+Green+Blue) = 179+234+221=634 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.23% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EADD is #4C1522. Grayscale: #D8D8D8. Windows color (decimal): -4986147 or 14543539. OLE color: 14543539.
HSL color Cylindrical-coordinate representation of color #B3EADD: hue angle of 165.82º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EADD is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 234 | 221 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.08 |
| HSL | 165.82º | 0.57% | 0.81% | - |
| HSV(B) | 165.82º | 0.24% | 0.92% | - |
| XYZ | 61.06 | 73.65 | 79.4 | - |
| YUV | 216.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 234 | 221 | 0.24 | 0 | 0.06 | 0.08 | 165.82 | 0.57 | 0.81 |
| Hex | B3 | EA | DD | 18 | 0 | 6 | 8 | A6 | 39 | 51 |
| Octal | 263 | 352 | 335 | 30 | 0 | 6 | 10 | 246 | 71 | 121 |
| Binary | 10110011 | 11101010 | 11011101 | 11000 | 0 | 110 | 1000 | 10100110 | 111001 | 1010001 |
Color Harmonies of #B3EADD
Complementary color
Monochromatic Colors of #B3EADD
Black with #B3EADD
Text Example
Text Example
White with #B3EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EADD; }
p { color: rgb(179,234,221); }
H1.HeaderClassName
{
color: #B3EADD;
}
.AnyTagClassName
{
color: #B3EADD;
}
</style>
background-color css
<style>
a { background-color: #B3EADD; }
a { background-color: rgb(179,234,221); }
div.DivClassName
{
background-color: #B3EADD;
}
.BgClassName
{
background-color: #B3EADD;
}
</style>
border-color css
<style>
span { border-color: #B3EADD; }
span { border-color: rgb(179,234,221); }
td.TdClassName
{
border-color: #B3EADD;
}
.TagClassName
{
border-color: #B3EADD;
}
</style>