Shades of Water Leaf #B2EBE3
Tints of Water Leaf #B2EBE3
RGB
CMYK
RGB Variations
Color information
#B2EBE3 (or 0xB2EBE3) is known color: Water Leaf. HEX triplet: B2, EB and E3. RGB value is (178,235,227). Sum of RGB (Red+Green+Blue) = 178+235+227=640 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.81% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBE3 is #4D141C. Grayscale: #D9D9D9. Windows color (decimal): -5051421 or 14937010. OLE color: 14937010.
HSL color Cylindrical-coordinate representation of color #B2EBE3: hue angle of 171.58º degrees, saturation: 0.59, 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 #B2EBE3 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 227 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.08 |
| HSL | 171.58º | 0.59% | 0.81% | - |
| HSV(B) | 171.58º | 0.24% | 0.92% | - |
| XYZ | 61.93 | 74.43 | 83.77 | - |
| YUV | 217.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 227 | 0.24 | 0 | 0.03 | 0.08 | 171.58 | 0.59 | 0.81 |
| Hex | B2 | EB | E3 | 18 | 0 | 3 | 8 | AC | 3B | 51 |
| Octal | 262 | 353 | 343 | 30 | 0 | 3 | 10 | 254 | 73 | 121 |
| Binary | 10110010 | 11101011 | 11100011 | 11000 | 0 | 11 | 1000 | 10101100 | 111011 | 1010001 |
Color Harmonies of #B2EBE3
Complementary color
Monochromatic Colors of #B2EBE3
Black with #B2EBE3
Text Example
Text Example
White with #B2EBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBE3; }
p { color: rgb(178,235,227); }
H1.HeaderClassName
{
color: #B2EBE3;
}
.AnyTagClassName
{
color: #B2EBE3;
}
</style>
background-color css
<style>
a { background-color: #B2EBE3; }
a { background-color: rgb(178,235,227); }
div.DivClassName
{
background-color: #B2EBE3;
}
.BgClassName
{
background-color: #B2EBE3;
}
</style>
border-color css
<style>
span { border-color: #B2EBE3; }
span { border-color: rgb(178,235,227); }
td.TdClassName
{
border-color: #B2EBE3;
}
.TagClassName
{
border-color: #B2EBE3;
}
</style>