Shades of Water Leaf #BDFFEA
Tints of Water Leaf #BDFFEA
RGB
CMYK
RGB Variations
Color information
#BDFFEA (or 0xBDFFEA) is known color: Water Leaf. HEX triplet: BD, FF and EA. RGB value is (189,255,234). Sum of RGB (Red+Green+Blue) = 189+255+234=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFEA is #420015. Grayscale: #E8E8E8. Windows color (decimal): -4325398 or 15400893. OLE color: 15400893.
HSL color Cylindrical-coordinate representation of color #BDFFEA: hue angle of 160.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFEA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 234 | - |
| CMYK | 0.26 | 0 | 0.08 | 0 |
| HSL | 160.91º | 1% | 0.87% | - |
| HSV(B) | 160.91º | 0.26% | 1% | - |
| XYZ | 71.6 | 88.28 | 91.11 | - |
| YUV | 232.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 234 | 0.26 | 0 | 0.08 | 0 | 160.91 | 1 | 0.87 |
| Hex | BD | FF | EA | 1A | 0 | 8 | 0 | A1 | 64 | 57 |
| Octal | 275 | 377 | 352 | 32 | 0 | 10 | 0 | 241 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11101010 | 11010 | 0 | 1000 | 0 | 10100001 | 1100100 | 1010111 |
Color Harmonies of #BDFFEA
Complementary color
Monochromatic Colors of #BDFFEA
Black with #BDFFEA
Text Example
Text Example
White with #BDFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFEA; }
p { color: rgb(189,255,234); }
H1.HeaderClassName
{
color: #BDFFEA;
}
.AnyTagClassName
{
color: #BDFFEA;
}
</style>
background-color css
<style>
a { background-color: #BDFFEA; }
a { background-color: rgb(189,255,234); }
div.DivClassName
{
background-color: #BDFFEA;
}
.BgClassName
{
background-color: #BDFFEA;
}
</style>
border-color css
<style>
span { border-color: #BDFFEA; }
span { border-color: rgb(189,255,234); }
td.TdClassName
{
border-color: #BDFFEA;
}
.TagClassName
{
border-color: #BDFFEA;
}
</style>