Shades of Humming Bird #BFFAEA
Tints of Humming Bird #BFFAEA
RGB
CMYK
RGB Variations
Color information
#BFFAEA (or 0xBFFAEA) is known color: Humming Bird. HEX triplet: BF, FA and EA. RGB value is (191,250,234). Sum of RGB (Red+Green+Blue) = 191+250+234=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFAEA is #400515. Grayscale: #E6E6E6. Windows color (decimal): -4195606 or 15399615. OLE color: 15399615.
HSL color Cylindrical-coordinate representation of color #BFFAEA: hue angle of 163.73º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFAEA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 234 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.02 |
| HSL | 163.73º | 0.86% | 0.86% | - |
| HSV(B) | 163.73º | 0.24% | 0.98% | - |
| XYZ | 70.52 | 85.39 | 90.61 | - |
| YUV | 230.54 | 129.95 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 234 | 0.24 | 0 | 0.06 | 0.02 | 163.73 | 0.86 | 0.86 |
| Hex | BF | FA | EA | 18 | 0 | 6 | 2 | A4 | 56 | 56 |
| Octal | 277 | 372 | 352 | 30 | 0 | 6 | 2 | 244 | 126 | 126 |
| Binary | 10111111 | 11111010 | 11101010 | 11000 | 0 | 110 | 10 | 10100100 | 1010110 | 1010110 |
Color Harmonies of #BFFAEA
Complementary color
Monochromatic Colors of #BFFAEA
Black with #BFFAEA
Text Example
Text Example
White with #BFFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFAEA; }
p { color: rgb(191,250,234); }
H1.HeaderClassName
{
color: #BFFAEA;
}
.AnyTagClassName
{
color: #BFFAEA;
}
</style>
background-color css
<style>
a { background-color: #BFFAEA; }
a { background-color: rgb(191,250,234); }
div.DivClassName
{
background-color: #BFFAEA;
}
.BgClassName
{
background-color: #BFFAEA;
}
</style>
border-color css
<style>
span { border-color: #BFFAEA; }
span { border-color: rgb(191,250,234); }
td.TdClassName
{
border-color: #BFFAEA;
}
.TagClassName
{
border-color: #BFFAEA;
}
</style>