Shades of Water Leaf #BDF3E6
Tints of Water Leaf #BDF3E6
RGB
CMYK
RGB Variations
Color information
#BDF3E6 (or 0xBDF3E6) is known color: Water Leaf. HEX triplet: BD, F3 and E6. RGB value is (189,243,230). Sum of RGB (Red+Green+Blue) = 189+243+230=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3E6 is #420C19. Grayscale: #E1E1E1. Windows color (decimal): -4328474 or 15135677. OLE color: 15135677.
HSL color Cylindrical-coordinate representation of color #BDF3E6: hue angle of 165.56º 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 #BDF3E6 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 230 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.05 |
| HSL | 165.56º | 0.69% | 0.85% | - |
| HSV(B) | 165.56º | 0.22% | 0.95% | - |
| XYZ | 67.32 | 80.63 | 86.88 | - |
| YUV | 225.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 230 | 0.22 | 0 | 0.05 | 0.05 | 165.56 | 0.69 | 0.85 |
| Hex | BD | F3 | E6 | 16 | 0 | 5 | 5 | A6 | 45 | 55 |
| Octal | 275 | 363 | 346 | 26 | 0 | 5 | 5 | 246 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11100110 | 10110 | 0 | 101 | 101 | 10100110 | 1000101 | 1010101 |
Color Harmonies of #BDF3E6
Complementary color
Monochromatic Colors of #BDF3E6
Black with #BDF3E6
Text Example
Text Example
White with #BDF3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3E6; }
p { color: rgb(189,243,230); }
H1.HeaderClassName
{
color: #BDF3E6;
}
.AnyTagClassName
{
color: #BDF3E6;
}
</style>
background-color css
<style>
a { background-color: #BDF3E6; }
a { background-color: rgb(189,243,230); }
div.DivClassName
{
background-color: #BDF3E6;
}
.BgClassName
{
background-color: #BDF3E6;
}
</style>
border-color css
<style>
span { border-color: #BDF3E6; }
span { border-color: rgb(189,243,230); }
td.TdClassName
{
border-color: #BDF3E6;
}
.TagClassName
{
border-color: #BDF3E6;
}
</style>