Shades of Water Leaf #BBFDEB
Tints of Water Leaf #BBFDEB
RGB
CMYK
RGB Variations
Color information
#BBFDEB (or 0xBBFDEB) is known color: Water Leaf. HEX triplet: BB, FD and EB. RGB value is (187,253,235). Sum of RGB (Red+Green+Blue) = 187+253+235=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDEB is #440214. Grayscale: #E7E7E7. Windows color (decimal): -4456981 or 15465915. OLE color: 15465915.
HSL color Cylindrical-coordinate representation of color #BBFDEB: hue angle of 163.64º 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 #BBFDEB is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 235 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.01 |
| HSL | 163.64º | 0.94% | 0.86% | - |
| HSV(B) | 163.64º | 0.26% | 0.99% | - |
| XYZ | 70.61 | 86.81 | 91.63 | - |
| YUV | 231.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 235 | 0.26 | 0 | 0.07 | 0.01 | 163.64 | 0.94 | 0.86 |
| Hex | BB | FD | EB | 1A | 0 | 7 | 1 | A4 | 5E | 56 |
| Octal | 273 | 375 | 353 | 32 | 0 | 7 | 1 | 244 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11101011 | 11010 | 0 | 111 | 1 | 10100100 | 1011110 | 1010110 |
Color Harmonies of #BBFDEB
Complementary color
Monochromatic Colors of #BBFDEB
Black with #BBFDEB
Text Example
Text Example
White with #BBFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDEB; }
p { color: rgb(187,253,235); }
H1.HeaderClassName
{
color: #BBFDEB;
}
.AnyTagClassName
{
color: #BBFDEB;
}
</style>
background-color css
<style>
a { background-color: #BBFDEB; }
a { background-color: rgb(187,253,235); }
div.DivClassName
{
background-color: #BBFDEB;
}
.BgClassName
{
background-color: #BBFDEB;
}
</style>
border-color css
<style>
span { border-color: #BBFDEB; }
span { border-color: rgb(187,253,235); }
td.TdClassName
{
border-color: #BBFDEB;
}
.TagClassName
{
border-color: #BBFDEB;
}
</style>