Shades of Water Leaf #B3F2E5
Tints of Water Leaf #B3F2E5
RGB
CMYK
RGB Variations
Color information
#B3F2E5 (or 0xB3F2E5) is known color: Water Leaf. HEX triplet: B3, F2 and E5. RGB value is (179,242,229). Sum of RGB (Red+Green+Blue) = 179+242+229=650 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.54% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F2E5 is #4C0D1A. Grayscale: #DDDDDD. Windows color (decimal): -4984091 or 15069875. OLE color: 15069875.
HSL color Cylindrical-coordinate representation of color #B3F2E5: hue angle of 167.62º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F2E5 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 242 | 229 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.05 |
| HSL | 167.62º | 0.71% | 0.83% | - |
| HSV(B) | 167.62º | 0.26% | 0.95% | - |
| XYZ | 64.49 | 78.75 | 85.93 | - |
| YUV | 221.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 242 | 229 | 0.26 | 0 | 0.05 | 0.05 | 167.62 | 0.71 | 0.83 |
| Hex | B3 | F2 | E5 | 1A | 0 | 5 | 5 | A8 | 47 | 53 |
| Octal | 263 | 362 | 345 | 32 | 0 | 5 | 5 | 250 | 107 | 123 |
| Binary | 10110011 | 11110010 | 11100101 | 11010 | 0 | 101 | 101 | 10101000 | 1000111 | 1010011 |
Color Harmonies of #B3F2E5
Complementary color
Monochromatic Colors of #B3F2E5
Black with #B3F2E5
Text Example
Text Example
White with #B3F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F2E5; }
p { color: rgb(179,242,229); }
H1.HeaderClassName
{
color: #B3F2E5;
}
.AnyTagClassName
{
color: #B3F2E5;
}
</style>
background-color css
<style>
a { background-color: #B3F2E5; }
a { background-color: rgb(179,242,229); }
div.DivClassName
{
background-color: #B3F2E5;
}
.BgClassName
{
background-color: #B3F2E5;
}
</style>
border-color css
<style>
span { border-color: #B3F2E5; }
span { border-color: rgb(179,242,229); }
td.TdClassName
{
border-color: #B3F2E5;
}
.TagClassName
{
border-color: #B3F2E5;
}
</style>