Shades of Water Leaf #BDFEE6
Tints of Water Leaf #BDFEE6
RGB
CMYK
RGB Variations
Color information
#BDFEE6 (or 0xBDFEE6) is known color: Water Leaf. HEX triplet: BD, FE and E6. RGB value is (189,254,230). Sum of RGB (Red+Green+Blue) = 189+254+230=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEE6 is #420119. Grayscale: #E7E7E7. Windows color (decimal): -4325658 or 15138493. OLE color: 15138493.
HSL color Cylindrical-coordinate representation of color #BDFEE6: hue angle of 157.85º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEE6 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 230 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.00 |
| HSL | 157.85º | 0.97% | 0.87% | - |
| HSV(B) | 157.85º | 0.26% | 1% | - |
| XYZ | 70.71 | 87.42 | 88.01 | - |
| YUV | 231.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 230 | 0.26 | 0 | 0.09 | 0.00 | 157.85 | 0.97 | 0.87 |
| Hex | BD | FE | E6 | 1A | 0 | 9 | 0 | 9E | 61 | 57 |
| Octal | 275 | 376 | 346 | 32 | 0 | 11 | 0 | 236 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11100110 | 11010 | 0 | 1001 | 0 | 10011110 | 1100001 | 1010111 |
Color Harmonies of #BDFEE6
Complementary color
Monochromatic Colors of #BDFEE6
Black with #BDFEE6
Text Example
Text Example
White with #BDFEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEE6; }
p { color: rgb(189,254,230); }
H1.HeaderClassName
{
color: #BDFEE6;
}
.AnyTagClassName
{
color: #BDFEE6;
}
</style>
background-color css
<style>
a { background-color: #BDFEE6; }
a { background-color: rgb(189,254,230); }
div.DivClassName
{
background-color: #BDFEE6;
}
.BgClassName
{
background-color: #BDFEE6;
}
</style>
border-color css
<style>
span { border-color: #BDFEE6; }
span { border-color: rgb(189,254,230); }
td.TdClassName
{
border-color: #BDFEE6;
}
.TagClassName
{
border-color: #BDFEE6;
}
</style>