Shades of Water Leaf #BDF5E8
Tints of Water Leaf #BDF5E8
RGB
CMYK
RGB Variations
Color information
#BDF5E8 (or 0xBDF5E8) is known color: Water Leaf. HEX triplet: BD, F5 and E8. RGB value is (189,245,232). Sum of RGB (Red+Green+Blue) = 189+245+232=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5E8 is #420A17. Grayscale: #E2E2E2. Windows color (decimal): -4327960 or 15267261. OLE color: 15267261.
HSL color Cylindrical-coordinate representation of color #BDF5E8: hue angle of 166.07º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5E8 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 232 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.04 |
| HSL | 166.07º | 0.74% | 0.85% | - |
| HSV(B) | 166.07º | 0.23% | 0.96% | - |
| XYZ | 68.2 | 81.95 | 88.57 | - |
| YUV | 226.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 232 | 0.23 | 0 | 0.05 | 0.04 | 166.07 | 0.74 | 0.85 |
| Hex | BD | F5 | E8 | 17 | 0 | 5 | 4 | A6 | 4A | 55 |
| Octal | 275 | 365 | 350 | 27 | 0 | 5 | 4 | 246 | 112 | 125 |
| Binary | 10111101 | 11110101 | 11101000 | 10111 | 0 | 101 | 100 | 10100110 | 1001010 | 1010101 |
Color Harmonies of #BDF5E8
Complementary color
Monochromatic Colors of #BDF5E8
Black with #BDF5E8
Text Example
Text Example
White with #BDF5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5E8; }
p { color: rgb(189,245,232); }
H1.HeaderClassName
{
color: #BDF5E8;
}
.AnyTagClassName
{
color: #BDF5E8;
}
</style>
background-color css
<style>
a { background-color: #BDF5E8; }
a { background-color: rgb(189,245,232); }
div.DivClassName
{
background-color: #BDF5E8;
}
.BgClassName
{
background-color: #BDF5E8;
}
</style>
border-color css
<style>
span { border-color: #BDF5E8; }
span { border-color: rgb(189,245,232); }
td.TdClassName
{
border-color: #BDF5E8;
}
.TagClassName
{
border-color: #BDF5E8;
}
</style>