Shades of Water Leaf #BDF3E3
Tints of Water Leaf #BDF3E3
RGB
CMYK
RGB Variations
Color information
#BDF3E3 (or 0xBDF3E3) is known color: Water Leaf. HEX triplet: BD, F3 and E3. RGB value is (189,243,227). Sum of RGB (Red+Green+Blue) = 189+243+227=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 227 (89.06% from 255 or 34.45% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3E3 is #420C1C. Grayscale: #E1E1E1. Windows color (decimal): -4328477 or 14939069. OLE color: 14939069.
HSL color Cylindrical-coordinate representation of color #BDF3E3: hue angle of 162.22º degrees, saturation: 0.69, 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 #BDF3E3 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 227 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.05 |
| HSL | 162.22º | 0.69% | 0.85% | - |
| HSV(B) | 162.22º | 0.22% | 0.95% | - |
| XYZ | 66.9 | 80.47 | 84.68 | - |
| YUV | 225.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 227 | 0.22 | 0 | 0.07 | 0.05 | 162.22 | 0.69 | 0.85 |
| Hex | BD | F3 | E3 | 16 | 0 | 7 | 5 | A2 | 45 | 55 |
| Octal | 275 | 363 | 343 | 26 | 0 | 7 | 5 | 242 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11100011 | 10110 | 0 | 111 | 101 | 10100010 | 1000101 | 1010101 |
Color Harmonies of #BDF3E3
Complementary color
Monochromatic Colors of #BDF3E3
Black with #BDF3E3
Text Example
Text Example
White with #BDF3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3E3; }
p { color: rgb(189,243,227); }
H1.HeaderClassName
{
color: #BDF3E3;
}
.AnyTagClassName
{
color: #BDF3E3;
}
</style>
background-color css
<style>
a { background-color: #BDF3E3; }
a { background-color: rgb(189,243,227); }
div.DivClassName
{
background-color: #BDF3E3;
}
.BgClassName
{
background-color: #BDF3E3;
}
</style>
border-color css
<style>
span { border-color: #BDF3E3; }
span { border-color: rgb(189,243,227); }
td.TdClassName
{
border-color: #BDF3E3;
}
.TagClassName
{
border-color: #BDF3E3;
}
</style>