Shades of Water Leaf #B2FAE6
Tints of Water Leaf #B2FAE6
RGB
CMYK
RGB Variations
Color information
#B2FAE6 (or 0xB2FAE6) is known color: Water Leaf. HEX triplet: B2, FA and E6. RGB value is (178,250,230). Sum of RGB (Red+Green+Blue) = 178+250+230=658 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.05% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FAE6 is #4D0519. Grayscale: #E2E2E2. Windows color (decimal): -5047578 or 15137458. OLE color: 15137458.
HSL color Cylindrical-coordinate representation of color #B2FAE6: hue angle of 163.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FAE6 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 230 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.02 |
| HSL | 163.33º | 0.88% | 0.84% | - |
| HSV(B) | 163.33º | 0.29% | 0.98% | - |
| XYZ | 66.83 | 83.55 | 87.47 | - |
| YUV | 226.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 230 | 0.29 | 0 | 0.08 | 0.02 | 163.33 | 0.88 | 0.84 |
| Hex | B2 | FA | E6 | 1D | 0 | 8 | 2 | A3 | 58 | 54 |
| Octal | 262 | 372 | 346 | 35 | 0 | 10 | 2 | 243 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11100110 | 11101 | 0 | 1000 | 10 | 10100011 | 1011000 | 1010100 |
Color Harmonies of #B2FAE6
Complementary color
Monochromatic Colors of #B2FAE6
Black with #B2FAE6
Text Example
Text Example
White with #B2FAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAE6; }
p { color: rgb(178,250,230); }
H1.HeaderClassName
{
color: #B2FAE6;
}
.AnyTagClassName
{
color: #B2FAE6;
}
</style>
background-color css
<style>
a { background-color: #B2FAE6; }
a { background-color: rgb(178,250,230); }
div.DivClassName
{
background-color: #B2FAE6;
}
.BgClassName
{
background-color: #B2FAE6;
}
</style>
border-color css
<style>
span { border-color: #B2FAE6; }
span { border-color: rgb(178,250,230); }
td.TdClassName
{
border-color: #B2FAE6;
}
.TagClassName
{
border-color: #B2FAE6;
}
</style>