Shades of Water Leaf #BDEEE6
Tints of Water Leaf #BDEEE6
RGB
CMYK
RGB Variations
Color information
#BDEEE6 (or 0xBDEEE6) is known color: Water Leaf. HEX triplet: BD, EE and E6. RGB value is (189,238,230). Sum of RGB (Red+Green+Blue) = 189+238+230=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEE6 is #421119. Grayscale: #DEDEDE. Windows color (decimal): -4329754 or 15134397. OLE color: 15134397.
HSL color Cylindrical-coordinate representation of color #BDEEE6: hue angle of 170.2º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEE6 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 230 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.07 |
| HSL | 170.2º | 0.59% | 0.84% | - |
| HSV(B) | 170.2º | 0.21% | 0.93% | - |
| XYZ | 65.84 | 77.68 | 86.39 | - |
| YUV | 222.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 230 | 0.21 | 0 | 0.03 | 0.07 | 170.2 | 0.59 | 0.84 |
| Hex | BD | EE | E6 | 15 | 0 | 3 | 7 | AA | 3B | 54 |
| Octal | 275 | 356 | 346 | 25 | 0 | 3 | 7 | 252 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11100110 | 10101 | 0 | 11 | 111 | 10101010 | 111011 | 1010100 |
Color Harmonies of #BDEEE6
Complementary color
Monochromatic Colors of #BDEEE6
Black with #BDEEE6
Text Example
Text Example
White with #BDEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEE6; }
p { color: rgb(189,238,230); }
H1.HeaderClassName
{
color: #BDEEE6;
}
.AnyTagClassName
{
color: #BDEEE6;
}
</style>
background-color css
<style>
a { background-color: #BDEEE6; }
a { background-color: rgb(189,238,230); }
div.DivClassName
{
background-color: #BDEEE6;
}
.BgClassName
{
background-color: #BDEEE6;
}
</style>
border-color css
<style>
span { border-color: #BDEEE6; }
span { border-color: rgb(189,238,230); }
td.TdClassName
{
border-color: #BDEEE6;
}
.TagClassName
{
border-color: #BDEEE6;
}
</style>