Shades of Water Leaf #BDFBEE
Tints of Water Leaf #BDFBEE
RGB
CMYK
RGB Variations
Color information
#BDFBEE (or 0xBDFBEE) is known color: Water Leaf. HEX triplet: BD, FB and EE. RGB value is (189,251,238). Sum of RGB (Red+Green+Blue) = 189+251+238=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBEE is #420411. Grayscale: #E6E6E6. Windows color (decimal): -4326418 or 15662013. OLE color: 15662013.
HSL color Cylindrical-coordinate representation of color #BDFBEE: hue angle of 167.42º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBEE is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 238 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.02 |
| HSL | 167.42º | 0.89% | 0.86% | - |
| HSV(B) | 167.42º | 0.25% | 0.98% | - |
| XYZ | 70.92 | 85.99 | 93.75 | - |
| YUV | 230.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 238 | 0.25 | 0 | 0.05 | 0.02 | 167.42 | 0.89 | 0.86 |
| Hex | BD | FB | EE | 19 | 0 | 5 | 2 | A7 | 59 | 56 |
| Octal | 275 | 373 | 356 | 31 | 0 | 5 | 2 | 247 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11101110 | 11001 | 0 | 101 | 10 | 10100111 | 1011001 | 1010110 |
Color Harmonies of #BDFBEE
Complementary color
Monochromatic Colors of #BDFBEE
Black with #BDFBEE
Text Example
Text Example
White with #BDFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBEE; }
p { color: rgb(189,251,238); }
H1.HeaderClassName
{
color: #BDFBEE;
}
.AnyTagClassName
{
color: #BDFBEE;
}
</style>
background-color css
<style>
a { background-color: #BDFBEE; }
a { background-color: rgb(189,251,238); }
div.DivClassName
{
background-color: #BDFBEE;
}
.BgClassName
{
background-color: #BDFBEE;
}
</style>
border-color css
<style>
span { border-color: #BDFBEE; }
span { border-color: rgb(189,251,238); }
td.TdClassName
{
border-color: #BDFBEE;
}
.TagClassName
{
border-color: #BDFBEE;
}
</style>