Shades of Water Leaf #BDF2E4
Tints of Water Leaf #BDF2E4
RGB
CMYK
RGB Variations
Color information
#BDF2E4 (or 0xBDF2E4) is known color: Water Leaf. HEX triplet: BD, F2 and E4. RGB value is (189,242,228). Sum of RGB (Red+Green+Blue) = 189+242+228=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2E4 is #420D1B. Grayscale: #E0E0E0. Windows color (decimal): -4328732 or 15004349. OLE color: 15004349.
HSL color Cylindrical-coordinate representation of color #BDF2E4: hue angle of 164.15º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2E4 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 228 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.05 |
| HSL | 164.15º | 0.67% | 0.85% | - |
| HSV(B) | 164.15º | 0.22% | 0.95% | - |
| XYZ | 66.74 | 79.92 | 85.31 | - |
| YUV | 224.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 228 | 0.22 | 0 | 0.06 | 0.05 | 164.15 | 0.67 | 0.85 |
| Hex | BD | F2 | E4 | 16 | 0 | 6 | 5 | A4 | 43 | 55 |
| Octal | 275 | 362 | 344 | 26 | 0 | 6 | 5 | 244 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11100100 | 10110 | 0 | 110 | 101 | 10100100 | 1000011 | 1010101 |
Color Harmonies of #BDF2E4
Complementary color
Monochromatic Colors of #BDF2E4
Black with #BDF2E4
Text Example
Text Example
White with #BDF2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2E4; }
p { color: rgb(189,242,228); }
H1.HeaderClassName
{
color: #BDF2E4;
}
.AnyTagClassName
{
color: #BDF2E4;
}
</style>
background-color css
<style>
a { background-color: #BDF2E4; }
a { background-color: rgb(189,242,228); }
div.DivClassName
{
background-color: #BDF2E4;
}
.BgClassName
{
background-color: #BDF2E4;
}
</style>
border-color css
<style>
span { border-color: #BDF2E4; }
span { border-color: rgb(189,242,228); }
td.TdClassName
{
border-color: #BDF2E4;
}
.TagClassName
{
border-color: #BDF2E4;
}
</style>