Shades of Water Leaf #BBFEE3
Tints of Water Leaf #BBFEE3
RGB
CMYK
RGB Variations
Color information
#BBFEE3 (or 0xBBFEE3) is known color: Water Leaf. HEX triplet: BB, FE and E3. RGB value is (187,254,227). Sum of RGB (Red+Green+Blue) = 187+254+227=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEE3 is #44011C. Grayscale: #E6E6E6. Windows color (decimal): -4456733 or 14941883. OLE color: 14941883.
HSL color Cylindrical-coordinate representation of color #BBFEE3: hue angle of 155.82º 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 #BBFEE3 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 227 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.00 |
| HSL | 155.82º | 0.97% | 0.86% | - |
| HSV(B) | 155.82º | 0.26% | 1% | - |
| XYZ | 69.8 | 86.99 | 85.79 | - |
| YUV | 230.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 227 | 0.26 | 0 | 0.11 | 0.00 | 155.82 | 0.97 | 0.86 |
| Hex | BB | FE | E3 | 1A | 0 | B | 0 | 9C | 61 | 56 |
| Octal | 273 | 376 | 343 | 32 | 0 | 13 | 0 | 234 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11100011 | 11010 | 0 | 1011 | 0 | 10011100 | 1100001 | 1010110 |
Color Harmonies of #BBFEE3
Complementary color
Monochromatic Colors of #BBFEE3
Black with #BBFEE3
Text Example
Text Example
White with #BBFEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEE3; }
p { color: rgb(187,254,227); }
H1.HeaderClassName
{
color: #BBFEE3;
}
.AnyTagClassName
{
color: #BBFEE3;
}
</style>
background-color css
<style>
a { background-color: #BBFEE3; }
a { background-color: rgb(187,254,227); }
div.DivClassName
{
background-color: #BBFEE3;
}
.BgClassName
{
background-color: #BBFEE3;
}
</style>
border-color css
<style>
span { border-color: #BBFEE3; }
span { border-color: rgb(187,254,227); }
td.TdClassName
{
border-color: #BBFEE3;
}
.TagClassName
{
border-color: #BBFEE3;
}
</style>