Shades of Humming Bird #BDFFE4
Tints of Humming Bird #BDFFE4
RGB
CMYK
RGB Variations
Color information
#BDFFE4 (or 0xBDFFE4) is known color: Humming Bird. HEX triplet: BD, FF and E4. RGB value is (189,255,228). Sum of RGB (Red+Green+Blue) = 189+255+228=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFE4 is #42001B. Grayscale: #E8E8E8. Windows color (decimal): -4325404 or 15007677. OLE color: 15007677.
HSL color Cylindrical-coordinate representation of color #BDFFE4: hue angle of 155.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFE4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 228 | - |
| CMYK | 0.26 | 0 | 0.11 | 0 |
| HSL | 155.45º | 1% | 0.87% | - |
| HSV(B) | 155.45º | 0.26% | 1% | - |
| XYZ | 70.75 | 87.94 | 86.64 | - |
| YUV | 232.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 228 | 0.26 | 0 | 0.11 | 0 | 155.45 | 1 | 0.87 |
| Hex | BD | FF | E4 | 1A | 0 | B | 0 | 9B | 64 | 57 |
| Octal | 275 | 377 | 344 | 32 | 0 | 13 | 0 | 233 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11100100 | 11010 | 0 | 1011 | 0 | 10011011 | 1100100 | 1010111 |
Color Harmonies of #BDFFE4
Complementary color
Monochromatic Colors of #BDFFE4
Black with #BDFFE4
Text Example
Text Example
White with #BDFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFE4; }
p { color: rgb(189,255,228); }
H1.HeaderClassName
{
color: #BDFFE4;
}
.AnyTagClassName
{
color: #BDFFE4;
}
</style>
background-color css
<style>
a { background-color: #BDFFE4; }
a { background-color: rgb(189,255,228); }
div.DivClassName
{
background-color: #BDFFE4;
}
.BgClassName
{
background-color: #BDFFE4;
}
</style>
border-color css
<style>
span { border-color: #BDFFE4; }
span { border-color: rgb(189,255,228); }
td.TdClassName
{
border-color: #BDFFE4;
}
.TagClassName
{
border-color: #BDFFE4;
}
</style>