Shades of Water Leaf #BBEEE2
Tints of Water Leaf #BBEEE2
RGB
CMYK
RGB Variations
Color information
#BBEEE2 (or 0xBBEEE2) is known color: Water Leaf. HEX triplet: BB, EE and E2. RGB value is (187,238,226). Sum of RGB (Red+Green+Blue) = 187+238+226=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEE2 is #44111D. Grayscale: #DDDDDD. Windows color (decimal): -4460830 or 14872251. OLE color: 14872251.
HSL color Cylindrical-coordinate representation of color #BBEEE2: hue angle of 165.88º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEE2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 226 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.07 |
| HSL | 165.88º | 0.6% | 0.83% | - |
| HSV(B) | 165.88º | 0.21% | 0.93% | - |
| XYZ | 64.8 | 77.2 | 83.44 | - |
| YUV | 221.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 226 | 0.21 | 0 | 0.05 | 0.07 | 165.88 | 0.6 | 0.83 |
| Hex | BB | EE | E2 | 15 | 0 | 5 | 7 | A6 | 3C | 53 |
| Octal | 273 | 356 | 342 | 25 | 0 | 5 | 7 | 246 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11100010 | 10101 | 0 | 101 | 111 | 10100110 | 111100 | 1010011 |
Color Harmonies of #BBEEE2
Complementary color
Monochromatic Colors of #BBEEE2
Black with #BBEEE2
Text Example
Text Example
White with #BBEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEE2; }
p { color: rgb(187,238,226); }
H1.HeaderClassName
{
color: #BBEEE2;
}
.AnyTagClassName
{
color: #BBEEE2;
}
</style>
background-color css
<style>
a { background-color: #BBEEE2; }
a { background-color: rgb(187,238,226); }
div.DivClassName
{
background-color: #BBEEE2;
}
.BgClassName
{
background-color: #BBEEE2;
}
</style>
border-color css
<style>
span { border-color: #BBEEE2; }
span { border-color: rgb(187,238,226); }
td.TdClassName
{
border-color: #BBEEE2;
}
.TagClassName
{
border-color: #BBEEE2;
}
</style>