Shades of Water Leaf #BBFDEE
Tints of Water Leaf #BBFDEE
RGB
CMYK
RGB Variations
Color information
#BBFDEE (or 0xBBFDEE) is known color: Water Leaf. HEX triplet: BB, FD and EE. RGB value is (187,253,238). Sum of RGB (Red+Green+Blue) = 187+253+238=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDEE is #440211. Grayscale: #E7E7E7. Windows color (decimal): -4456978 or 15662523. OLE color: 15662523.
HSL color Cylindrical-coordinate representation of color #BBFDEE: hue angle of 166.36º 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 #BBFDEE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 238 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.01 |
| HSL | 166.36º | 0.94% | 0.86% | - |
| HSV(B) | 166.36º | 0.26% | 0.99% | - |
| XYZ | 71.05 | 86.99 | 93.93 | - |
| YUV | 231.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 238 | 0.26 | 0 | 0.06 | 0.01 | 166.36 | 0.94 | 0.86 |
| Hex | BB | FD | EE | 1A | 0 | 6 | 1 | A6 | 5E | 56 |
| Octal | 273 | 375 | 356 | 32 | 0 | 6 | 1 | 246 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11101110 | 11010 | 0 | 110 | 1 | 10100110 | 1011110 | 1010110 |
Color Harmonies of #BBFDEE
Complementary color
Monochromatic Colors of #BBFDEE
Black with #BBFDEE
Text Example
Text Example
White with #BBFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDEE; }
p { color: rgb(187,253,238); }
H1.HeaderClassName
{
color: #BBFDEE;
}
.AnyTagClassName
{
color: #BBFDEE;
}
</style>
background-color css
<style>
a { background-color: #BBFDEE; }
a { background-color: rgb(187,253,238); }
div.DivClassName
{
background-color: #BBFDEE;
}
.BgClassName
{
background-color: #BBFDEE;
}
</style>
border-color css
<style>
span { border-color: #BBFDEE; }
span { border-color: rgb(187,253,238); }
td.TdClassName
{
border-color: #BBFDEE;
}
.TagClassName
{
border-color: #BBFDEE;
}
</style>