Shades of Water Leaf #BBFEEE
Tints of Water Leaf #BBFEEE
RGB
CMYK
RGB Variations
Color information
#BBFEEE (or 0xBBFEEE) is known color: Water Leaf. HEX triplet: BB, FE and EE. RGB value is (187,254,238). Sum of RGB (Red+Green+Blue) = 187+254+238=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEEE is #440111. Grayscale: #E8E8E8. Windows color (decimal): -4456722 or 15662779. OLE color: 15662779.
HSL color Cylindrical-coordinate representation of color #BBFEEE: hue angle of 165.67º 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 #BBFEEE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 238 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.00 |
| HSL | 165.67º | 0.97% | 0.86% | - |
| HSV(B) | 165.67º | 0.26% | 1% | - |
| XYZ | 71.37 | 87.62 | 94.04 | - |
| YUV | 232.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 238 | 0.26 | 0 | 0.06 | 0.00 | 165.67 | 0.97 | 0.86 |
| Hex | BB | FE | EE | 1A | 0 | 6 | 0 | A6 | 61 | 56 |
| Octal | 273 | 376 | 356 | 32 | 0 | 6 | 0 | 246 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11101110 | 11010 | 0 | 110 | 0 | 10100110 | 1100001 | 1010110 |
Color Harmonies of #BBFEEE
Complementary color
Monochromatic Colors of #BBFEEE
Black with #BBFEEE
Text Example
Text Example
White with #BBFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEEE; }
p { color: rgb(187,254,238); }
H1.HeaderClassName
{
color: #BBFEEE;
}
.AnyTagClassName
{
color: #BBFEEE;
}
</style>
background-color css
<style>
a { background-color: #BBFEEE; }
a { background-color: rgb(187,254,238); }
div.DivClassName
{
background-color: #BBFEEE;
}
.BgClassName
{
background-color: #BBFEEE;
}
</style>
border-color css
<style>
span { border-color: #BBFEEE; }
span { border-color: rgb(187,254,238); }
td.TdClassName
{
border-color: #BBFEEE;
}
.TagClassName
{
border-color: #BBFEEE;
}
</style>