Shades of Water Leaf #BBEADB
Tints of Water Leaf #BBEADB
RGB
CMYK
RGB Variations
Color information
#BBEADB (or 0xBBEADB) is known color: Water Leaf. HEX triplet: BB, EA and DB. RGB value is (187,234,219). Sum of RGB (Red+Green+Blue) = 187+234+219=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEADB is #441524. Grayscale: #DADADA. Windows color (decimal): -4461861 or 14412475. OLE color: 14412475.
HSL color Cylindrical-coordinate representation of color #BBEADB: hue angle of 160.85º 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 #BBEADB is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 219 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.08 |
| HSL | 160.85º | 0.53% | 0.83% | - |
| HSV(B) | 160.85º | 0.2% | 0.92% | - |
| XYZ | 62.7 | 74.52 | 78.1 | - |
| YUV | 218.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 219 | 0.20 | 0 | 0.06 | 0.08 | 160.85 | 0.53 | 0.83 |
| Hex | BB | EA | DB | 14 | 0 | 6 | 8 | A1 | 35 | 53 |
| Octal | 273 | 352 | 333 | 24 | 0 | 6 | 10 | 241 | 65 | 123 |
| Binary | 10111011 | 11101010 | 11011011 | 10100 | 0 | 110 | 1000 | 10100001 | 110101 | 1010011 |
Color Harmonies of #BBEADB
Complementary color
Monochromatic Colors of #BBEADB
Black with #BBEADB
Text Example
Text Example
White with #BBEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEADB; }
p { color: rgb(187,234,219); }
H1.HeaderClassName
{
color: #BBEADB;
}
.AnyTagClassName
{
color: #BBEADB;
}
</style>
background-color css
<style>
a { background-color: #BBEADB; }
a { background-color: rgb(187,234,219); }
div.DivClassName
{
background-color: #BBEADB;
}
.BgClassName
{
background-color: #BBEADB;
}
</style>
border-color css
<style>
span { border-color: #BBEADB; }
span { border-color: rgb(187,234,219); }
td.TdClassName
{
border-color: #BBEADB;
}
.TagClassName
{
border-color: #BBEADB;
}
</style>