Shades of Humming Bird #BFFFE4
Tints of Humming Bird #BFFFE4
RGB
CMYK
RGB Variations
Color information
#BFFFE4 (or 0xBFFFE4) is known color: Humming Bird. HEX triplet: BF, FF and E4. RGB value is (191,255,228). Sum of RGB (Red+Green+Blue) = 191+255+228=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFE4 is #40001B. Grayscale: #E8E8E8. Windows color (decimal): -4194332 or 15007679. OLE color: 15007679.
HSL color Cylindrical-coordinate representation of color #BFFFE4: hue angle of 154.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFE4 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 228 | - |
| CMYK | 0.25 | 0 | 0.11 | 0 |
| HSL | 154.69º | 1% | 0.87% | - |
| HSV(B) | 154.69º | 0.25% | 1% | - |
| XYZ | 71.25 | 88.2 | 86.67 | - |
| YUV | 232.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 228 | 0.25 | 0 | 0.11 | 0 | 154.69 | 1 | 0.87 |
| Hex | BF | FF | E4 | 19 | 0 | B | 0 | 9B | 64 | 57 |
| Octal | 277 | 377 | 344 | 31 | 0 | 13 | 0 | 233 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11100100 | 11001 | 0 | 1011 | 0 | 10011011 | 1100100 | 1010111 |
Color Harmonies of #BFFFE4
Complementary color
Monochromatic Colors of #BFFFE4
Black with #BFFFE4
Text Example
Text Example
White with #BFFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFE4; }
p { color: rgb(191,255,228); }
H1.HeaderClassName
{
color: #BFFFE4;
}
.AnyTagClassName
{
color: #BFFFE4;
}
</style>
background-color css
<style>
a { background-color: #BFFFE4; }
a { background-color: rgb(191,255,228); }
div.DivClassName
{
background-color: #BFFFE4;
}
.BgClassName
{
background-color: #BFFFE4;
}
</style>
border-color css
<style>
span { border-color: #BFFFE4; }
span { border-color: rgb(191,255,228); }
td.TdClassName
{
border-color: #BFFFE4;
}
.TagClassName
{
border-color: #BFFFE4;
}
</style>