Shades of Humming Bird #BFFFEF
Tints of Humming Bird #BFFFEF
RGB
CMYK
RGB Variations
Color information
#BFFFEF (or 0xBFFFEF) is known color: Humming Bird. HEX triplet: BF, FF and EF. RGB value is (191,255,239). Sum of RGB (Red+Green+Blue) = 191+255+239=685 (90% of max value = 765). Red value is 191 (75% from 255 or 27.88% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFEF is #400010. Grayscale: #EAEAEA. Windows color (decimal): -4194321 or 15728575. OLE color: 15728575.
HSL color Cylindrical-coordinate representation of color #BFFFEF: hue angle of 165º 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 #BFFFEF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 239 | - |
| CMYK | 0.25 | 0 | 0.06 | 0 |
| HSL | 165º | 1% | 0.87% | - |
| HSV(B) | 165º | 0.25% | 1% | - |
| XYZ | 72.83 | 88.83 | 94.97 | - |
| YUV | 234.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 239 | 0.25 | 0 | 0.06 | 0 | 165 | 1 | 0.87 |
| Hex | BF | FF | EF | 19 | 0 | 6 | 0 | A5 | 64 | 57 |
| Octal | 277 | 377 | 357 | 31 | 0 | 6 | 0 | 245 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11101111 | 11001 | 0 | 110 | 0 | 10100101 | 1100100 | 1010111 |
Color Harmonies of #BFFFEF
Complementary color
Monochromatic Colors of #BFFFEF
Black with #BFFFEF
Text Example
Text Example
White with #BFFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFEF; }
p { color: rgb(191,255,239); }
H1.HeaderClassName
{
color: #BFFFEF;
}
.AnyTagClassName
{
color: #BFFFEF;
}
</style>
background-color css
<style>
a { background-color: #BFFFEF; }
a { background-color: rgb(191,255,239); }
div.DivClassName
{
background-color: #BFFFEF;
}
.BgClassName
{
background-color: #BFFFEF;
}
</style>
border-color css
<style>
span { border-color: #BFFFEF; }
span { border-color: rgb(191,255,239); }
td.TdClassName
{
border-color: #BFFFEF;
}
.TagClassName
{
border-color: #BFFFEF;
}
</style>