Shades of Water Leaf #B9FFEB
Tints of Water Leaf #B9FFEB
RGB
CMYK
RGB Variations
Color information
#B9FFEB (or 0xB9FFEB) is known color: Water Leaf. HEX triplet: B9, FF and EB. RGB value is (185,255,235). Sum of RGB (Red+Green+Blue) = 185+255+235=675 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.41% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFEB is #460014. Grayscale: #E7E7E7. Windows color (decimal): -4587541 or 15466425. OLE color: 15466425.
HSL color Cylindrical-coordinate representation of color #B9FFEB: hue angle of 162.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFEB is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 235 | - |
| CMYK | 0.27 | 0 | 0.08 | 0 |
| HSL | 162.86º | 1% | 0.86% | - |
| HSV(B) | 162.86º | 0.27% | 1% | - |
| XYZ | 70.76 | 87.83 | 91.82 | - |
| YUV | 231.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 235 | 0.27 | 0 | 0.08 | 0 | 162.86 | 1 | 0.86 |
| Hex | B9 | FF | EB | 1B | 0 | 8 | 0 | A3 | 64 | 56 |
| Octal | 271 | 377 | 353 | 33 | 0 | 10 | 0 | 243 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11101011 | 11011 | 0 | 1000 | 0 | 10100011 | 1100100 | 1010110 |
Color Harmonies of #B9FFEB
Complementary color
Monochromatic Colors of #B9FFEB
Black with #B9FFEB
Text Example
Text Example
White with #B9FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFEB; }
p { color: rgb(185,255,235); }
H1.HeaderClassName
{
color: #B9FFEB;
}
.AnyTagClassName
{
color: #B9FFEB;
}
</style>
background-color css
<style>
a { background-color: #B9FFEB; }
a { background-color: rgb(185,255,235); }
div.DivClassName
{
background-color: #B9FFEB;
}
.BgClassName
{
background-color: #B9FFEB;
}
</style>
border-color css
<style>
span { border-color: #B9FFEB; }
span { border-color: rgb(185,255,235); }
td.TdClassName
{
border-color: #B9FFEB;
}
.TagClassName
{
border-color: #B9FFEB;
}
</style>