Shades of Water Leaf #BBFBE5
Tints of Water Leaf #BBFBE5
RGB
CMYK
RGB Variations
Color information
#BBFBE5 (or 0xBBFBE5) is known color: Water Leaf. HEX triplet: BB, FB and E5. RGB value is (187,251,229). Sum of RGB (Red+Green+Blue) = 187+251+229=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBE5 is #44041A. Grayscale: #E5E5E5. Windows color (decimal): -4457499 or 15072187. OLE color: 15072187.
HSL color Cylindrical-coordinate representation of color #BBFBE5: hue angle of 159.38º degrees, saturation: 0.89, 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 #BBFBE5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 229 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.02 |
| HSL | 159.38º | 0.89% | 0.86% | - |
| HSV(B) | 159.38º | 0.25% | 0.98% | - |
| XYZ | 69.13 | 85.22 | 86.93 | - |
| YUV | 229.36 | 127.8 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 229 | 0.25 | 0 | 0.09 | 0.02 | 159.38 | 0.89 | 0.86 |
| Hex | BB | FB | E5 | 19 | 0 | 9 | 2 | 9F | 59 | 56 |
| Octal | 273 | 373 | 345 | 31 | 0 | 11 | 2 | 237 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11100101 | 11001 | 0 | 1001 | 10 | 10011111 | 1011001 | 1010110 |
Color Harmonies of #BBFBE5
Complementary color
Monochromatic Colors of #BBFBE5
Black with #BBFBE5
Text Example
Text Example
White with #BBFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBE5; }
p { color: rgb(187,251,229); }
H1.HeaderClassName
{
color: #BBFBE5;
}
.AnyTagClassName
{
color: #BBFBE5;
}
</style>
background-color css
<style>
a { background-color: #BBFBE5; }
a { background-color: rgb(187,251,229); }
div.DivClassName
{
background-color: #BBFBE5;
}
.BgClassName
{
background-color: #BBFBE5;
}
</style>
border-color css
<style>
span { border-color: #BBFBE5; }
span { border-color: rgb(187,251,229); }
td.TdClassName
{
border-color: #BBFBE5;
}
.TagClassName
{
border-color: #BBFBE5;
}
</style>