Shades of Water Leaf #BBFBE7
Tints of Water Leaf #BBFBE7
RGB
CMYK
RGB Variations
Color information
#BBFBE7 (or 0xBBFBE7) is known color: Water Leaf. HEX triplet: BB, FB and E7. RGB value is (187,251,231). Sum of RGB (Red+Green+Blue) = 187+251+231=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBE7 is #440418. Grayscale: #E5E5E5. Windows color (decimal): -4457497 or 15203259. OLE color: 15203259.
HSL color Cylindrical-coordinate representation of color #BBFBE7: hue angle of 161.25º 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 #BBFBE7 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 231 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.02 |
| HSL | 161.25º | 0.89% | 0.86% | - |
| HSV(B) | 161.25º | 0.25% | 0.98% | - |
| XYZ | 69.41 | 85.33 | 88.41 | - |
| YUV | 229.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 231 | 0.25 | 0 | 0.08 | 0.02 | 161.25 | 0.89 | 0.86 |
| Hex | BB | FB | E7 | 19 | 0 | 8 | 2 | A1 | 59 | 56 |
| Octal | 273 | 373 | 347 | 31 | 0 | 10 | 2 | 241 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11100111 | 11001 | 0 | 1000 | 10 | 10100001 | 1011001 | 1010110 |
Color Harmonies of #BBFBE7
Complementary color
Monochromatic Colors of #BBFBE7
Black with #BBFBE7
Text Example
Text Example
White with #BBFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBE7; }
p { color: rgb(187,251,231); }
H1.HeaderClassName
{
color: #BBFBE7;
}
.AnyTagClassName
{
color: #BBFBE7;
}
</style>
background-color css
<style>
a { background-color: #BBFBE7; }
a { background-color: rgb(187,251,231); }
div.DivClassName
{
background-color: #BBFBE7;
}
.BgClassName
{
background-color: #BBFBE7;
}
</style>
border-color css
<style>
span { border-color: #BBFBE7; }
span { border-color: rgb(187,251,231); }
td.TdClassName
{
border-color: #BBFBE7;
}
.TagClassName
{
border-color: #BBFBE7;
}
</style>