Shades of Humming Bird #BFFEEA
Tints of Humming Bird #BFFEEA
RGB
CMYK
RGB Variations
Color information
#BFFEEA (or 0xBFFEEA) is known color: Humming Bird. HEX triplet: BF, FE and EA. RGB value is (191,254,234). Sum of RGB (Red+Green+Blue) = 191+254+234=679 (89% of max value = 765). Red value is 191 (75% from 255 or 28.13% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEEA is #400115. Grayscale: #E8E8E8. Windows color (decimal): -4194582 or 15400639. OLE color: 15400639.
HSL color Cylindrical-coordinate representation of color #BFFEEA: hue angle of 160.95º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFEEA is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 234 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.00 |
| HSL | 160.95º | 0.97% | 0.87% | - |
| HSV(B) | 160.95º | 0.25% | 1% | - |
| XYZ | 71.78 | 87.9 | 91.03 | - |
| YUV | 232.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 234 | 0.25 | 0 | 0.08 | 0.00 | 160.95 | 0.97 | 0.87 |
| Hex | BF | FE | EA | 19 | 0 | 8 | 0 | A1 | 61 | 57 |
| Octal | 277 | 376 | 352 | 31 | 0 | 10 | 0 | 241 | 141 | 127 |
| Binary | 10111111 | 11111110 | 11101010 | 11001 | 0 | 1000 | 0 | 10100001 | 1100001 | 1010111 |
Color Harmonies of #BFFEEA
Complementary color
Monochromatic Colors of #BFFEEA
Black with #BFFEEA
Text Example
Text Example
White with #BFFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEEA; }
p { color: rgb(191,254,234); }
H1.HeaderClassName
{
color: #BFFEEA;
}
.AnyTagClassName
{
color: #BFFEEA;
}
</style>
background-color css
<style>
a { background-color: #BFFEEA; }
a { background-color: rgb(191,254,234); }
div.DivClassName
{
background-color: #BFFEEA;
}
.BgClassName
{
background-color: #BFFEEA;
}
</style>
border-color css
<style>
span { border-color: #BFFEEA; }
span { border-color: rgb(191,254,234); }
td.TdClassName
{
border-color: #BFFEEA;
}
.TagClassName
{
border-color: #BFFEEA;
}
</style>