Shades of Water Leaf #BBFDEF
Tints of Water Leaf #BBFDEF
RGB
CMYK
RGB Variations
Color information
#BBFDEF (or 0xBBFDEF) is known color: Water Leaf. HEX triplet: BB, FD and EF. RGB value is (187,253,239). Sum of RGB (Red+Green+Blue) = 187+253+239=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDEF is #440210. Grayscale: #E7E7E7. Windows color (decimal): -4456977 or 15728059. OLE color: 15728059.
HSL color Cylindrical-coordinate representation of color #BBFDEF: hue angle of 167.27º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDEF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 239 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.01 |
| HSL | 167.27º | 0.94% | 0.86% | - |
| HSV(B) | 167.27º | 0.26% | 0.99% | - |
| XYZ | 71.2 | 87.05 | 94.71 | - |
| YUV | 231.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 239 | 0.26 | 0 | 0.06 | 0.01 | 167.27 | 0.94 | 0.86 |
| Hex | BB | FD | EF | 1A | 0 | 6 | 1 | A7 | 5E | 56 |
| Octal | 273 | 375 | 357 | 32 | 0 | 6 | 1 | 247 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11101111 | 11010 | 0 | 110 | 1 | 10100111 | 1011110 | 1010110 |
Color Harmonies of #BBFDEF
Complementary color
Monochromatic Colors of #BBFDEF
Black with #BBFDEF
Text Example
Text Example
White with #BBFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDEF; }
p { color: rgb(187,253,239); }
H1.HeaderClassName
{
color: #BBFDEF;
}
.AnyTagClassName
{
color: #BBFDEF;
}
</style>
background-color css
<style>
a { background-color: #BBFDEF; }
a { background-color: rgb(187,253,239); }
div.DivClassName
{
background-color: #BBFDEF;
}
.BgClassName
{
background-color: #BBFDEF;
}
</style>
border-color css
<style>
span { border-color: #BBFDEF; }
span { border-color: rgb(187,253,239); }
td.TdClassName
{
border-color: #BBFDEF;
}
.TagClassName
{
border-color: #BBFDEF;
}
</style>