Shades of Water Leaf #BDF0E3
Tints of Water Leaf #BDF0E3
RGB
CMYK
RGB Variations
Color information
#BDF0E3 (or 0xBDF0E3) is known color: Water Leaf. HEX triplet: BD, F0 and E3. RGB value is (189,240,227). Sum of RGB (Red+Green+Blue) = 189+240+227=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0E3 is #420F1C. Grayscale: #DFDFDF. Windows color (decimal): -4329245 or 14938301. OLE color: 14938301.
HSL color Cylindrical-coordinate representation of color #BDF0E3: hue angle of 164.71º 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 #BDF0E3 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 227 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.06 |
| HSL | 164.71º | 0.63% | 0.84% | - |
| HSV(B) | 164.71º | 0.21% | 0.94% | - |
| XYZ | 66.01 | 78.69 | 84.38 | - |
| YUV | 223.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 227 | 0.21 | 0 | 0.05 | 0.06 | 164.71 | 0.63 | 0.84 |
| Hex | BD | F0 | E3 | 15 | 0 | 5 | 6 | A5 | 3F | 54 |
| Octal | 275 | 360 | 343 | 25 | 0 | 5 | 6 | 245 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11100011 | 10101 | 0 | 101 | 110 | 10100101 | 111111 | 1010100 |
Color Harmonies of #BDF0E3
Complementary color
Monochromatic Colors of #BDF0E3
Black with #BDF0E3
Text Example
Text Example
White with #BDF0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0E3; }
p { color: rgb(189,240,227); }
H1.HeaderClassName
{
color: #BDF0E3;
}
.AnyTagClassName
{
color: #BDF0E3;
}
</style>
background-color css
<style>
a { background-color: #BDF0E3; }
a { background-color: rgb(189,240,227); }
div.DivClassName
{
background-color: #BDF0E3;
}
.BgClassName
{
background-color: #BDF0E3;
}
</style>
border-color css
<style>
span { border-color: #BDF0E3; }
span { border-color: rgb(189,240,227); }
td.TdClassName
{
border-color: #BDF0E3;
}
.TagClassName
{
border-color: #BDF0E3;
}
</style>