Shades of Water Leaf #BBFBEE
Tints of Water Leaf #BBFBEE
RGB
CMYK
RGB Variations
Color information
#BBFBEE (or 0xBBFBEE) is known color: Water Leaf. HEX triplet: BB, FB and EE. RGB value is (187,251,238). Sum of RGB (Red+Green+Blue) = 187+251+238=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBEE is #440411. Grayscale: #E6E6E6. Windows color (decimal): -4457490 or 15662011. OLE color: 15662011.
HSL color Cylindrical-coordinate representation of color #BBFBEE: hue angle of 167.81º 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 #BBFBEE is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 238 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.02 |
| HSL | 167.81º | 0.89% | 0.86% | - |
| HSV(B) | 167.81º | 0.25% | 0.98% | - |
| XYZ | 70.42 | 85.73 | 93.73 | - |
| YUV | 230.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 238 | 0.25 | 0 | 0.05 | 0.02 | 167.81 | 0.89 | 0.86 |
| Hex | BB | FB | EE | 19 | 0 | 5 | 2 | A8 | 59 | 56 |
| Octal | 273 | 373 | 356 | 31 | 0 | 5 | 2 | 250 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11101110 | 11001 | 0 | 101 | 10 | 10101000 | 1011001 | 1010110 |
Color Harmonies of #BBFBEE
Complementary color
Monochromatic Colors of #BBFBEE
Black with #BBFBEE
Text Example
Text Example
White with #BBFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBEE; }
p { color: rgb(187,251,238); }
H1.HeaderClassName
{
color: #BBFBEE;
}
.AnyTagClassName
{
color: #BBFBEE;
}
</style>
background-color css
<style>
a { background-color: #BBFBEE; }
a { background-color: rgb(187,251,238); }
div.DivClassName
{
background-color: #BBFBEE;
}
.BgClassName
{
background-color: #BBFBEE;
}
</style>
border-color css
<style>
span { border-color: #BBFBEE; }
span { border-color: rgb(187,251,238); }
td.TdClassName
{
border-color: #BBFBEE;
}
.TagClassName
{
border-color: #BBFBEE;
}
</style>