Shades of Water Leaf #BBFDEA
Tints of Water Leaf #BBFDEA
RGB
CMYK
RGB Variations
Color information
#BBFDEA (or 0xBBFDEA) is known color: Water Leaf. HEX triplet: BB, FD and EA. RGB value is (187,253,234). Sum of RGB (Red+Green+Blue) = 187+253+234=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDEA is #440215. Grayscale: #E7E7E7. Windows color (decimal): -4456982 or 15400379. OLE color: 15400379.
HSL color Cylindrical-coordinate representation of color #BBFDEA: hue angle of 162.73º 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 #BBFDEA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 234 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.01 |
| HSL | 162.73º | 0.94% | 0.86% | - |
| HSV(B) | 162.73º | 0.26% | 0.99% | - |
| XYZ | 70.47 | 86.76 | 90.87 | - |
| YUV | 231.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 234 | 0.26 | 0 | 0.08 | 0.01 | 162.73 | 0.94 | 0.86 |
| Hex | BB | FD | EA | 1A | 0 | 8 | 1 | A3 | 5E | 56 |
| Octal | 273 | 375 | 352 | 32 | 0 | 10 | 1 | 243 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11101010 | 11010 | 0 | 1000 | 1 | 10100011 | 1011110 | 1010110 |
Color Harmonies of #BBFDEA
Complementary color
Monochromatic Colors of #BBFDEA
Black with #BBFDEA
Text Example
Text Example
White with #BBFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDEA; }
p { color: rgb(187,253,234); }
H1.HeaderClassName
{
color: #BBFDEA;
}
.AnyTagClassName
{
color: #BBFDEA;
}
</style>
background-color css
<style>
a { background-color: #BBFDEA; }
a { background-color: rgb(187,253,234); }
div.DivClassName
{
background-color: #BBFDEA;
}
.BgClassName
{
background-color: #BBFDEA;
}
</style>
border-color css
<style>
span { border-color: #BBFDEA; }
span { border-color: rgb(187,253,234); }
td.TdClassName
{
border-color: #BBFDEA;
}
.TagClassName
{
border-color: #BBFDEA;
}
</style>