Shades of Water Leaf #BBEADD
Tints of Water Leaf #BBEADD
RGB
CMYK
RGB Variations
Color information
#BBEADD (or 0xBBEADD) is known color: Water Leaf. HEX triplet: BB, EA and DD. RGB value is (187,234,221). Sum of RGB (Red+Green+Blue) = 187+234+221=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEADD is #441522. Grayscale: #DADADA. Windows color (decimal): -4461859 or 14543547. OLE color: 14543547.
HSL color Cylindrical-coordinate representation of color #BBEADD: hue angle of 163.4º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEADD is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 221 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.08 |
| HSL | 163.4º | 0.53% | 0.83% | - |
| HSV(B) | 163.4º | 0.2% | 0.92% | - |
| XYZ | 62.97 | 74.63 | 79.49 | - |
| YUV | 218.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 221 | 0.20 | 0 | 0.06 | 0.08 | 163.4 | 0.53 | 0.83 |
| Hex | BB | EA | DD | 14 | 0 | 6 | 8 | A3 | 35 | 53 |
| Octal | 273 | 352 | 335 | 24 | 0 | 6 | 10 | 243 | 65 | 123 |
| Binary | 10111011 | 11101010 | 11011101 | 10100 | 0 | 110 | 1000 | 10100011 | 110101 | 1010011 |
Color Harmonies of #BBEADD
Complementary color
Monochromatic Colors of #BBEADD
Black with #BBEADD
Text Example
Text Example
White with #BBEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEADD; }
p { color: rgb(187,234,221); }
H1.HeaderClassName
{
color: #BBEADD;
}
.AnyTagClassName
{
color: #BBEADD;
}
</style>
background-color css
<style>
a { background-color: #BBEADD; }
a { background-color: rgb(187,234,221); }
div.DivClassName
{
background-color: #BBEADD;
}
.BgClassName
{
background-color: #BBEADD;
}
</style>
border-color css
<style>
span { border-color: #BBEADD; }
span { border-color: rgb(187,234,221); }
td.TdClassName
{
border-color: #BBEADD;
}
.TagClassName
{
border-color: #BBEADD;
}
</style>