Shades of Water Leaf #BBEADC
Tints of Water Leaf #BBEADC
RGB
CMYK
RGB Variations
Color information
#BBEADC (or 0xBBEADC) is known color: Water Leaf. HEX triplet: BB, EA and DC. RGB value is (187,234,220). Sum of RGB (Red+Green+Blue) = 187+234+220=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEADC is #441523. Grayscale: #DADADA. Windows color (decimal): -4461860 or 14478011. OLE color: 14478011.
HSL color Cylindrical-coordinate representation of color #BBEADC: hue angle of 162.13º 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 #BBEADC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 220 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.08 |
| HSL | 162.13º | 0.53% | 0.83% | - |
| HSV(B) | 162.13º | 0.2% | 0.92% | - |
| XYZ | 62.83 | 74.58 | 78.79 | - |
| YUV | 218.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 220 | 0.20 | 0 | 0.06 | 0.08 | 162.13 | 0.53 | 0.83 |
| Hex | BB | EA | DC | 14 | 0 | 6 | 8 | A2 | 35 | 53 |
| Octal | 273 | 352 | 334 | 24 | 0 | 6 | 10 | 242 | 65 | 123 |
| Binary | 10111011 | 11101010 | 11011100 | 10100 | 0 | 110 | 1000 | 10100010 | 110101 | 1010011 |
Color Harmonies of #BBEADC
Complementary color
Monochromatic Colors of #BBEADC
Black with #BBEADC
Text Example
Text Example
White with #BBEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEADC; }
p { color: rgb(187,234,220); }
H1.HeaderClassName
{
color: #BBEADC;
}
.AnyTagClassName
{
color: #BBEADC;
}
</style>
background-color css
<style>
a { background-color: #BBEADC; }
a { background-color: rgb(187,234,220); }
div.DivClassName
{
background-color: #BBEADC;
}
.BgClassName
{
background-color: #BBEADC;
}
</style>
border-color css
<style>
span { border-color: #BBEADC; }
span { border-color: rgb(187,234,220); }
td.TdClassName
{
border-color: #BBEADC;
}
.TagClassName
{
border-color: #BBEADC;
}
</style>