Shades of Water Leaf #B9FAEA
Tints of Water Leaf #B9FAEA
RGB
CMYK
RGB Variations
Color information
#B9FAEA (or 0xB9FAEA) is known color: Water Leaf. HEX triplet: B9, FA and EA. RGB value is (185,250,234). Sum of RGB (Red+Green+Blue) = 185+250+234=669 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.65% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FAEA is #460515. Grayscale: #E4E4E4. Windows color (decimal): -4588822 or 15399609. OLE color: 15399609.
HSL color Cylindrical-coordinate representation of color #B9FAEA: hue angle of 165.23º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FAEA is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 234 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.02 |
| HSL | 165.23º | 0.87% | 0.85% | - |
| HSV(B) | 165.23º | 0.26% | 0.98% | - |
| XYZ | 69.04 | 84.63 | 90.54 | - |
| YUV | 228.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 234 | 0.26 | 0 | 0.06 | 0.02 | 165.23 | 0.87 | 0.85 |
| Hex | B9 | FA | EA | 1A | 0 | 6 | 2 | A5 | 57 | 55 |
| Octal | 271 | 372 | 352 | 32 | 0 | 6 | 2 | 245 | 127 | 125 |
| Binary | 10111001 | 11111010 | 11101010 | 11010 | 0 | 110 | 10 | 10100101 | 1010111 | 1010101 |
Color Harmonies of #B9FAEA
Complementary color
Monochromatic Colors of #B9FAEA
Black with #B9FAEA
Text Example
Text Example
White with #B9FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FAEA; }
p { color: rgb(185,250,234); }
H1.HeaderClassName
{
color: #B9FAEA;
}
.AnyTagClassName
{
color: #B9FAEA;
}
</style>
background-color css
<style>
a { background-color: #B9FAEA; }
a { background-color: rgb(185,250,234); }
div.DivClassName
{
background-color: #B9FAEA;
}
.BgClassName
{
background-color: #B9FAEA;
}
</style>
border-color css
<style>
span { border-color: #B9FAEA; }
span { border-color: rgb(185,250,234); }
td.TdClassName
{
border-color: #B9FAEA;
}
.TagClassName
{
border-color: #B9FAEA;
}
</style>