Shades of Water Leaf #BBFEE4
Tints of Water Leaf #BBFEE4
RGB
CMYK
RGB Variations
Color information
#BBFEE4 (or 0xBBFEE4) is known color: Water Leaf. HEX triplet: BB, FE and E4. RGB value is (187,254,228). Sum of RGB (Red+Green+Blue) = 187+254+228=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEE4 is #44011B. Grayscale: #E7E7E7. Windows color (decimal): -4456732 or 15007419. OLE color: 15007419.
HSL color Cylindrical-coordinate representation of color #BBFEE4: hue angle of 156.72º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEE4 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 228 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.00 |
| HSL | 156.72º | 0.97% | 0.86% | - |
| HSV(B) | 156.72º | 0.26% | 1% | - |
| XYZ | 69.94 | 87.05 | 86.51 | - |
| YUV | 231 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 228 | 0.26 | 0 | 0.10 | 0.00 | 156.72 | 0.97 | 0.86 |
| Hex | BB | FE | E4 | 1A | 0 | A | 0 | 9D | 61 | 56 |
| Octal | 273 | 376 | 344 | 32 | 0 | 12 | 0 | 235 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11100100 | 11010 | 0 | 1010 | 0 | 10011101 | 1100001 | 1010110 |
Color Harmonies of #BBFEE4
Complementary color
Monochromatic Colors of #BBFEE4
Black with #BBFEE4
Text Example
Text Example
White with #BBFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEE4; }
p { color: rgb(187,254,228); }
H1.HeaderClassName
{
color: #BBFEE4;
}
.AnyTagClassName
{
color: #BBFEE4;
}
</style>
background-color css
<style>
a { background-color: #BBFEE4; }
a { background-color: rgb(187,254,228); }
div.DivClassName
{
background-color: #BBFEE4;
}
.BgClassName
{
background-color: #BBFEE4;
}
</style>
border-color css
<style>
span { border-color: #BBFEE4; }
span { border-color: rgb(187,254,228); }
td.TdClassName
{
border-color: #BBFEE4;
}
.TagClassName
{
border-color: #BBFEE4;
}
</style>