Shades of Water Leaf #BBFFE4
Tints of Water Leaf #BBFFE4
RGB
CMYK
RGB Variations
Color information
#BBFFE4 (or 0xBBFFE4) is known color: Water Leaf. HEX triplet: BB, FF and E4. RGB value is (187,255,228). Sum of RGB (Red+Green+Blue) = 187+255+228=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFE4 is #44001B. Grayscale: #E7E7E7. Windows color (decimal): -4456476 or 15007675. OLE color: 15007675.
HSL color Cylindrical-coordinate representation of color #BBFFE4: hue angle of 156.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFE4 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 228 | - |
| CMYK | 0.27 | 0 | 0.11 | 0 |
| HSL | 156.18º | 1% | 0.87% | - |
| HSV(B) | 156.18º | 0.27% | 1% | - |
| XYZ | 70.26 | 87.69 | 86.62 | - |
| YUV | 231.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 228 | 0.27 | 0 | 0.11 | 0 | 156.18 | 1 | 0.87 |
| Hex | BB | FF | E4 | 1B | 0 | B | 0 | 9C | 64 | 57 |
| Octal | 273 | 377 | 344 | 33 | 0 | 13 | 0 | 234 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11100100 | 11011 | 0 | 1011 | 0 | 10011100 | 1100100 | 1010111 |
Color Harmonies of #BBFFE4
Complementary color
Monochromatic Colors of #BBFFE4
Black with #BBFFE4
Text Example
Text Example
White with #BBFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFE4; }
p { color: rgb(187,255,228); }
H1.HeaderClassName
{
color: #BBFFE4;
}
.AnyTagClassName
{
color: #BBFFE4;
}
</style>
background-color css
<style>
a { background-color: #BBFFE4; }
a { background-color: rgb(187,255,228); }
div.DivClassName
{
background-color: #BBFFE4;
}
.BgClassName
{
background-color: #BBFFE4;
}
</style>
border-color css
<style>
span { border-color: #BBFFE4; }
span { border-color: rgb(187,255,228); }
td.TdClassName
{
border-color: #BBFFE4;
}
.TagClassName
{
border-color: #BBFFE4;
}
</style>