Shades of Water Leaf #BDF2E8
Tints of Water Leaf #BDF2E8
RGB
CMYK
RGB Variations
Color information
#BDF2E8 (or 0xBDF2E8) is known color: Water Leaf. HEX triplet: BD, F2 and E8. RGB value is (189,242,232). Sum of RGB (Red+Green+Blue) = 189+242+232=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2E8 is #420D17. Grayscale: #E1E1E1. Windows color (decimal): -4328728 or 15266493. OLE color: 15266493.
HSL color Cylindrical-coordinate representation of color #BDF2E8: hue angle of 168.68º 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 #BDF2E8 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 232 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.05 |
| HSL | 168.68º | 0.67% | 0.85% | - |
| HSV(B) | 168.68º | 0.22% | 0.95% | - |
| XYZ | 67.3 | 80.15 | 88.27 | - |
| YUV | 225.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 232 | 0.22 | 0 | 0.04 | 0.05 | 168.68 | 0.67 | 0.85 |
| Hex | BD | F2 | E8 | 16 | 0 | 4 | 5 | A9 | 43 | 55 |
| Octal | 275 | 362 | 350 | 26 | 0 | 4 | 5 | 251 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11101000 | 10110 | 0 | 100 | 101 | 10101001 | 1000011 | 1010101 |
Color Harmonies of #BDF2E8
Complementary color
Monochromatic Colors of #BDF2E8
Black with #BDF2E8
Text Example
Text Example
White with #BDF2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2E8; }
p { color: rgb(189,242,232); }
H1.HeaderClassName
{
color: #BDF2E8;
}
.AnyTagClassName
{
color: #BDF2E8;
}
</style>
background-color css
<style>
a { background-color: #BDF2E8; }
a { background-color: rgb(189,242,232); }
div.DivClassName
{
background-color: #BDF2E8;
}
.BgClassName
{
background-color: #BDF2E8;
}
</style>
border-color css
<style>
span { border-color: #BDF2E8; }
span { border-color: rgb(189,242,232); }
td.TdClassName
{
border-color: #BDF2E8;
}
.TagClassName
{
border-color: #BDF2E8;
}
</style>