Shades of Water Leaf #BDF0E8
Tints of Water Leaf #BDF0E8
RGB
CMYK
RGB Variations
Color information
#BDF0E8 (or 0xBDF0E8) is known color: Water Leaf. HEX triplet: BD, F0 and E8. RGB value is (189,240,232). Sum of RGB (Red+Green+Blue) = 189+240+232=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0E8 is #420F17. Grayscale: #DFDFDF. Windows color (decimal): -4329240 or 15265981. OLE color: 15265981.
HSL color Cylindrical-coordinate representation of color #BDF0E8: hue angle of 170.59º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0E8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 232 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.06 |
| HSL | 170.59º | 0.63% | 0.84% | - |
| HSV(B) | 170.59º | 0.21% | 0.94% | - |
| XYZ | 66.71 | 78.97 | 88.07 | - |
| YUV | 223.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 232 | 0.21 | 0 | 0.03 | 0.06 | 170.59 | 0.63 | 0.84 |
| Hex | BD | F0 | E8 | 15 | 0 | 3 | 6 | AB | 3F | 54 |
| Octal | 275 | 360 | 350 | 25 | 0 | 3 | 6 | 253 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11101000 | 10101 | 0 | 11 | 110 | 10101011 | 111111 | 1010100 |
Color Harmonies of #BDF0E8
Complementary color
Monochromatic Colors of #BDF0E8
Black with #BDF0E8
Text Example
Text Example
White with #BDF0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0E8; }
p { color: rgb(189,240,232); }
H1.HeaderClassName
{
color: #BDF0E8;
}
.AnyTagClassName
{
color: #BDF0E8;
}
</style>
background-color css
<style>
a { background-color: #BDF0E8; }
a { background-color: rgb(189,240,232); }
div.DivClassName
{
background-color: #BDF0E8;
}
.BgClassName
{
background-color: #BDF0E8;
}
</style>
border-color css
<style>
span { border-color: #BDF0E8; }
span { border-color: rgb(189,240,232); }
td.TdClassName
{
border-color: #BDF0E8;
}
.TagClassName
{
border-color: #BDF0E8;
}
</style>