Shades of Water Leaf #BDF3E9
Tints of Water Leaf #BDF3E9
RGB
CMYK
RGB Variations
Color information
#BDF3E9 (or 0xBDF3E9) is known color: Water Leaf. HEX triplet: BD, F3 and E9. RGB value is (189,243,233). Sum of RGB (Red+Green+Blue) = 189+243+233=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3E9 is #420C16. Grayscale: #E1E1E1. Windows color (decimal): -4328471 or 15332285. OLE color: 15332285.
HSL color Cylindrical-coordinate representation of color #BDF3E9: hue angle of 168.89º 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 #BDF3E9 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 189 | 243 | 233 | - |
CMYK | 0.22 | 0 | 0.04 | 0.05 |
HSL | 168.89º | 0.69% | 0.85% | - |
HSV(B) | 168.89º | 0.22% | 0.95% | - |
XYZ | 67.74 | 80.8 | 89.12 | - |
YUV | 225.71 | 132.11 | 101.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 243 | 233 | 0.22 | 0 | 0.04 | 0.05 | 168.89 | 0.69 | 0.85 |
Hex | BD | F3 | E9 | 16 | 0 | 4 | 5 | A9 | 45 | 55 |
Octal | 275 | 363 | 351 | 26 | 0 | 4 | 5 | 251 | 105 | 125 |
Binary | 10111101 | 11110011 | 11101001 | 10110 | 0 | 100 | 101 | 10101001 | 1000101 | 1010101 |
Color Harmonies of #BDF3E9
Complementary color
Monochromatic Colors of #BDF3E9
Black with #BDF3E9
Text Example
Text Example
White with #BDF3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3E9; }
p { color: rgb(189,243,233); }
H1.HeaderClassName
{
color: #BDF3E9;
}
.AnyTagClassName
{
color: #BDF3E9;
}
</style>
background-color css
<style>
a { background-color: #BDF3E9; }
a { background-color: rgb(189,243,233); }
div.DivClassName
{
background-color: #BDF3E9;
}
.BgClassName
{
background-color: #BDF3E9;
}
</style>
border-color css
<style>
span { border-color: #BDF3E9; }
span { border-color: rgb(189,243,233); }
td.TdClassName
{
border-color: #BDF3E9;
}
.TagClassName
{
border-color: #BDF3E9;
}
</style>