Shades of Water Leaf #BBFAE7
Tints of Water Leaf #BBFAE7
RGB
CMYK
RGB Variations
Color information
#BBFAE7 (or 0xBBFAE7) is known color: Water Leaf. HEX triplet: BB, FA and E7. RGB value is (187,250,231). Sum of RGB (Red+Green+Blue) = 187+250+231=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAE7 is #440518. Grayscale: #E5E5E5. Windows color (decimal): -4457753 or 15203003. OLE color: 15203003.
HSL color Cylindrical-coordinate representation of color #BBFAE7: hue angle of 161.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAE7 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 231 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.02 |
| HSL | 161.9º | 0.86% | 0.86% | - |
| HSV(B) | 161.9º | 0.25% | 0.98% | - |
| XYZ | 69.1 | 84.71 | 88.31 | - |
| YUV | 229 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 231 | 0.25 | 0 | 0.08 | 0.02 | 161.9 | 0.86 | 0.86 |
| Hex | BB | FA | E7 | 19 | 0 | 8 | 2 | A2 | 56 | 56 |
| Octal | 273 | 372 | 347 | 31 | 0 | 10 | 2 | 242 | 126 | 126 |
| Binary | 10111011 | 11111010 | 11100111 | 11001 | 0 | 1000 | 10 | 10100010 | 1010110 | 1010110 |
Color Harmonies of #BBFAE7
Complementary color
Monochromatic Colors of #BBFAE7
Black with #BBFAE7
Text Example
Text Example
White with #BBFAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAE7; }
p { color: rgb(187,250,231); }
H1.HeaderClassName
{
color: #BBFAE7;
}
.AnyTagClassName
{
color: #BBFAE7;
}
</style>
background-color css
<style>
a { background-color: #BBFAE7; }
a { background-color: rgb(187,250,231); }
div.DivClassName
{
background-color: #BBFAE7;
}
.BgClassName
{
background-color: #BBFAE7;
}
</style>
border-color css
<style>
span { border-color: #BBFAE7; }
span { border-color: rgb(187,250,231); }
td.TdClassName
{
border-color: #BBFAE7;
}
.TagClassName
{
border-color: #BBFAE7;
}
</style>