Shades of Water Leaf #BBFEF0
Tints of Water Leaf #BBFEF0
RGB
CMYK
RGB Variations
Color information
#BBFEF0 (or 0xBBFEF0) is known color: Water Leaf. HEX triplet: BB, FE and F0. RGB value is (187,254,240). Sum of RGB (Red+Green+Blue) = 187+254+240=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEF0 is #44010F. Grayscale: #E8E8E8. Windows color (decimal): -4456720 or 15793851. OLE color: 15793851.
HSL color Cylindrical-coordinate representation of color #BBFEF0: hue angle of 167.46º 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 #BBFEF0 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 240 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.00 |
| HSL | 167.46º | 0.97% | 0.86% | - |
| HSV(B) | 167.46º | 0.26% | 1% | - |
| XYZ | 71.66 | 87.74 | 95.6 | - |
| YUV | 232.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 240 | 0.26 | 0 | 0.06 | 0.00 | 167.46 | 0.97 | 0.86 |
| Hex | BB | FE | F0 | 1A | 0 | 6 | 0 | A7 | 61 | 56 |
| Octal | 273 | 376 | 360 | 32 | 0 | 6 | 0 | 247 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11110000 | 11010 | 0 | 110 | 0 | 10100111 | 1100001 | 1010110 |
Color Harmonies of #BBFEF0
Complementary color
Monochromatic Colors of #BBFEF0
Black with #BBFEF0
Text Example
Text Example
White with #BBFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEF0; }
p { color: rgb(187,254,240); }
H1.HeaderClassName
{
color: #BBFEF0;
}
.AnyTagClassName
{
color: #BBFEF0;
}
</style>
background-color css
<style>
a { background-color: #BBFEF0; }
a { background-color: rgb(187,254,240); }
div.DivClassName
{
background-color: #BBFEF0;
}
.BgClassName
{
background-color: #BBFEF0;
}
</style>
border-color css
<style>
span { border-color: #BBFEF0; }
span { border-color: rgb(187,254,240); }
td.TdClassName
{
border-color: #BBFEF0;
}
.TagClassName
{
border-color: #BBFEF0;
}
</style>