Shades of Water Leaf #BBFDE9
Tints of Water Leaf #BBFDE9
RGB
CMYK
RGB Variations
Color information
#BBFDE9 (or 0xBBFDE9) is known color: Water Leaf. HEX triplet: BB, FD and E9. RGB value is (187,253,233). Sum of RGB (Red+Green+Blue) = 187+253+233=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDE9 is #440216. Grayscale: #E6E6E6. Windows color (decimal): -4456983 or 15334843. OLE color: 15334843.
HSL color Cylindrical-coordinate representation of color #BBFDE9: hue angle of 161.82º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDE9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 233 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.01 |
| HSL | 161.82º | 0.94% | 0.86% | - |
| HSV(B) | 161.82º | 0.26% | 0.99% | - |
| XYZ | 70.33 | 86.7 | 90.12 | - |
| YUV | 230.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 233 | 0.26 | 0 | 0.08 | 0.01 | 161.82 | 0.94 | 0.86 |
| Hex | BB | FD | E9 | 1A | 0 | 8 | 1 | A2 | 5E | 56 |
| Octal | 273 | 375 | 351 | 32 | 0 | 10 | 1 | 242 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11101001 | 11010 | 0 | 1000 | 1 | 10100010 | 1011110 | 1010110 |
Color Harmonies of #BBFDE9
Complementary color
Monochromatic Colors of #BBFDE9
Black with #BBFDE9
Text Example
Text Example
White with #BBFDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDE9; }
p { color: rgb(187,253,233); }
H1.HeaderClassName
{
color: #BBFDE9;
}
.AnyTagClassName
{
color: #BBFDE9;
}
</style>
background-color css
<style>
a { background-color: #BBFDE9; }
a { background-color: rgb(187,253,233); }
div.DivClassName
{
background-color: #BBFDE9;
}
.BgClassName
{
background-color: #BBFDE9;
}
</style>
border-color css
<style>
span { border-color: #BBFDE9; }
span { border-color: rgb(187,253,233); }
td.TdClassName
{
border-color: #BBFDE9;
}
.TagClassName
{
border-color: #BBFDE9;
}
</style>