Shades of Humming Bird #BDFEE5
Tints of Humming Bird #BDFEE5
RGB
CMYK
RGB Variations
Color information
#BDFEE5 (or 0xBDFEE5) is known color: Humming Bird. HEX triplet: BD, FE and E5. RGB value is (189,254,229). Sum of RGB (Red+Green+Blue) = 189+254+229=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEE5 is #42011A. Grayscale: #E7E7E7. Windows color (decimal): -4325659 or 15072957. OLE color: 15072957.
HSL color Cylindrical-coordinate representation of color #BDFEE5: hue angle of 156.92º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEE5 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 229 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.00 |
| HSL | 156.92º | 0.97% | 0.87% | - |
| HSV(B) | 156.92º | 0.26% | 1% | - |
| XYZ | 70.57 | 87.36 | 87.27 | - |
| YUV | 231.72 | 126.47 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 229 | 0.26 | 0 | 0.10 | 0.00 | 156.92 | 0.97 | 0.87 |
| Hex | BD | FE | E5 | 1A | 0 | A | 0 | 9D | 61 | 57 |
| Octal | 275 | 376 | 345 | 32 | 0 | 12 | 0 | 235 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11100101 | 11010 | 0 | 1010 | 0 | 10011101 | 1100001 | 1010111 |
Color Harmonies of #BDFEE5
Complementary color
Monochromatic Colors of #BDFEE5
Black with #BDFEE5
Text Example
Text Example
White with #BDFEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEE5; }
p { color: rgb(189,254,229); }
H1.HeaderClassName
{
color: #BDFEE5;
}
.AnyTagClassName
{
color: #BDFEE5;
}
</style>
background-color css
<style>
a { background-color: #BDFEE5; }
a { background-color: rgb(189,254,229); }
div.DivClassName
{
background-color: #BDFEE5;
}
.BgClassName
{
background-color: #BDFEE5;
}
</style>
border-color css
<style>
span { border-color: #BDFEE5; }
span { border-color: rgb(189,254,229); }
td.TdClassName
{
border-color: #BDFEE5;
}
.TagClassName
{
border-color: #BDFEE5;
}
</style>