Shades of Water Leaf #BBEEDD
Tints of Water Leaf #BBEEDD
RGB
CMYK
RGB Variations
Color information
#BBEEDD (or 0xBBEEDD) is known color: Water Leaf. HEX triplet: BB, EE and DD. RGB value is (187,238,221). Sum of RGB (Red+Green+Blue) = 187+238+221=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEDD is #441122. Grayscale: #DCDCDC. Windows color (decimal): -4460835 or 14544571. OLE color: 14544571.
HSL color Cylindrical-coordinate representation of color #BBEEDD: hue angle of 160º 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 #BBEEDD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 221 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.07 |
| HSL | 160º | 0.6% | 0.83% | - |
| HSV(B) | 160º | 0.21% | 0.93% | - |
| XYZ | 64.12 | 76.93 | 79.88 | - |
| YUV | 220.81 | 128.1 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 221 | 0.21 | 0 | 0.07 | 0.07 | 160 | 0.6 | 0.83 |
| Hex | BB | EE | DD | 15 | 0 | 7 | 7 | A0 | 3C | 53 |
| Octal | 273 | 356 | 335 | 25 | 0 | 7 | 7 | 240 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11011101 | 10101 | 0 | 111 | 111 | 10100000 | 111100 | 1010011 |
Color Harmonies of #BBEEDD
Complementary color
Monochromatic Colors of #BBEEDD
Black with #BBEEDD
Text Example
Text Example
White with #BBEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEDD; }
p { color: rgb(187,238,221); }
H1.HeaderClassName
{
color: #BBEEDD;
}
.AnyTagClassName
{
color: #BBEEDD;
}
</style>
background-color css
<style>
a { background-color: #BBEEDD; }
a { background-color: rgb(187,238,221); }
div.DivClassName
{
background-color: #BBEEDD;
}
.BgClassName
{
background-color: #BBEEDD;
}
</style>
border-color css
<style>
span { border-color: #BBEEDD; }
span { border-color: rgb(187,238,221); }
td.TdClassName
{
border-color: #BBEEDD;
}
.TagClassName
{
border-color: #BBEEDD;
}
</style>