Shades of Water Leaf #BDECDF
Tints of Water Leaf #BDECDF
RGB
CMYK
RGB Variations
Color information
#BDECDF (or 0xBDECDF) is known color: Water Leaf. HEX triplet: BD, EC and DF. RGB value is (189,236,223). Sum of RGB (Red+Green+Blue) = 189+236+223=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECDF is #421320. Grayscale: #DCDCDC. Windows color (decimal): -4330273 or 14675133. OLE color: 14675133.
HSL color Cylindrical-coordinate representation of color #BDECDF: hue angle of 163.4º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECDF is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 223 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.07 |
| HSL | 163.4º | 0.55% | 0.83% | - |
| HSV(B) | 163.4º | 0.2% | 0.93% | - |
| XYZ | 64.3 | 76.14 | 81.12 | - |
| YUV | 220.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 223 | 0.20 | 0 | 0.06 | 0.07 | 163.4 | 0.55 | 0.83 |
| Hex | BD | EC | DF | 14 | 0 | 6 | 7 | A3 | 37 | 53 |
| Octal | 275 | 354 | 337 | 24 | 0 | 6 | 7 | 243 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11011111 | 10100 | 0 | 110 | 111 | 10100011 | 110111 | 1010011 |
Color Harmonies of #BDECDF
Complementary color
Monochromatic Colors of #BDECDF
Black with #BDECDF
Text Example
Text Example
White with #BDECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECDF; }
p { color: rgb(189,236,223); }
H1.HeaderClassName
{
color: #BDECDF;
}
.AnyTagClassName
{
color: #BDECDF;
}
</style>
background-color css
<style>
a { background-color: #BDECDF; }
a { background-color: rgb(189,236,223); }
div.DivClassName
{
background-color: #BDECDF;
}
.BgClassName
{
background-color: #BDECDF;
}
</style>
border-color css
<style>
span { border-color: #BDECDF; }
span { border-color: rgb(189,236,223); }
td.TdClassName
{
border-color: #BDECDF;
}
.TagClassName
{
border-color: #BDECDF;
}
</style>