Shades of Water Leaf #BBFEED
Tints of Water Leaf #BBFEED
RGB
CMYK
RGB Variations
Color information
#BBFEED (or 0xBBFEED) is known color: Water Leaf. HEX triplet: BB, FE and ED. RGB value is (187,254,237). Sum of RGB (Red+Green+Blue) = 187+254+237=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEED is #440112. Grayscale: #E8E8E8. Windows color (decimal): -4456723 or 15597243. OLE color: 15597243.
HSL color Cylindrical-coordinate representation of color #BBFEED: hue angle of 164.78º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEED is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 237 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.00 |
| HSL | 164.78º | 0.97% | 0.86% | - |
| HSV(B) | 164.78º | 0.26% | 1% | - |
| XYZ | 71.22 | 87.56 | 93.27 | - |
| YUV | 232.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 237 | 0.26 | 0 | 0.07 | 0.00 | 164.78 | 0.97 | 0.86 |
| Hex | BB | FE | ED | 1A | 0 | 7 | 0 | A5 | 61 | 56 |
| Octal | 273 | 376 | 355 | 32 | 0 | 7 | 0 | 245 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11101101 | 11010 | 0 | 111 | 0 | 10100101 | 1100001 | 1010110 |
Color Harmonies of #BBFEED
Complementary color
Monochromatic Colors of #BBFEED
Black with #BBFEED
Text Example
Text Example
White with #BBFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFEED; }
p { color: rgb(187,254,237); }
H1.HeaderClassName
{
color: #BBFEED;
}
.AnyTagClassName
{
color: #BBFEED;
}
</style>
background-color css
<style>
a { background-color: #BBFEED; }
a { background-color: rgb(187,254,237); }
div.DivClassName
{
background-color: #BBFEED;
}
.BgClassName
{
background-color: #BBFEED;
}
</style>
border-color css
<style>
span { border-color: #BBFEED; }
span { border-color: rgb(187,254,237); }
td.TdClassName
{
border-color: #BBFEED;
}
.TagClassName
{
border-color: #BBFEED;
}
</style>