Shades of Water Leaf #BDF1E6
Tints of Water Leaf #BDF1E6
RGB
CMYK
RGB Variations
Color information
#BDF1E6 (or 0xBDF1E6) is known color: Water Leaf. HEX triplet: BD, F1 and E6. RGB value is (189,241,230). Sum of RGB (Red+Green+Blue) = 189+241+230=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1E6 is #420E19. Grayscale: #E0E0E0. Windows color (decimal): -4328986 or 15135165. OLE color: 15135165.
HSL color Cylindrical-coordinate representation of color #BDF1E6: hue angle of 167.31º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1E6 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 230 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.05 |
| HSL | 167.31º | 0.65% | 0.84% | - |
| HSV(B) | 167.31º | 0.22% | 0.95% | - |
| XYZ | 66.72 | 79.44 | 86.68 | - |
| YUV | 224.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 230 | 0.22 | 0 | 0.05 | 0.05 | 167.31 | 0.65 | 0.84 |
| Hex | BD | F1 | E6 | 16 | 0 | 5 | 5 | A7 | 41 | 54 |
| Octal | 275 | 361 | 346 | 26 | 0 | 5 | 5 | 247 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11100110 | 10110 | 0 | 101 | 101 | 10100111 | 1000001 | 1010100 |
Color Harmonies of #BDF1E6
Complementary color
Monochromatic Colors of #BDF1E6
Black with #BDF1E6
Text Example
Text Example
White with #BDF1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1E6; }
p { color: rgb(189,241,230); }
H1.HeaderClassName
{
color: #BDF1E6;
}
.AnyTagClassName
{
color: #BDF1E6;
}
</style>
background-color css
<style>
a { background-color: #BDF1E6; }
a { background-color: rgb(189,241,230); }
div.DivClassName
{
background-color: #BDF1E6;
}
.BgClassName
{
background-color: #BDF1E6;
}
</style>
border-color css
<style>
span { border-color: #BDF1E6; }
span { border-color: rgb(189,241,230); }
td.TdClassName
{
border-color: #BDF1E6;
}
.TagClassName
{
border-color: #BDF1E6;
}
</style>