Shades of Humming Bird #BFF9E5
Tints of Humming Bird #BFF9E5
RGB
CMYK
RGB Variations
Color information
#BFF9E5 (or 0xBFF9E5) is known color: Humming Bird. HEX triplet: BF, F9 and E5. RGB value is (191,249,229). Sum of RGB (Red+Green+Blue) = 191+249+229=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9E5 is #40061A. Grayscale: #E5E5E5. Windows color (decimal): -4195867 or 15071679. OLE color: 15071679.
HSL color Cylindrical-coordinate representation of color #BFF9E5: hue angle of 159.31º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9E5 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 229 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.02 |
| HSL | 159.31º | 0.83% | 0.86% | - |
| HSV(B) | 159.31º | 0.23% | 0.98% | - |
| XYZ | 69.5 | 84.48 | 86.77 | - |
| YUV | 229.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 229 | 0.23 | 0 | 0.08 | 0.02 | 159.31 | 0.83 | 0.86 |
| Hex | BF | F9 | E5 | 17 | 0 | 8 | 2 | 9F | 53 | 56 |
| Octal | 277 | 371 | 345 | 27 | 0 | 10 | 2 | 237 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11100101 | 10111 | 0 | 1000 | 10 | 10011111 | 1010011 | 1010110 |
Color Harmonies of #BFF9E5
Complementary color
Monochromatic Colors of #BFF9E5
Black with #BFF9E5
Text Example
Text Example
White with #BFF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9E5; }
p { color: rgb(191,249,229); }
H1.HeaderClassName
{
color: #BFF9E5;
}
.AnyTagClassName
{
color: #BFF9E5;
}
</style>
background-color css
<style>
a { background-color: #BFF9E5; }
a { background-color: rgb(191,249,229); }
div.DivClassName
{
background-color: #BFF9E5;
}
.BgClassName
{
background-color: #BFF9E5;
}
</style>
border-color css
<style>
span { border-color: #BFF9E5; }
span { border-color: rgb(191,249,229); }
td.TdClassName
{
border-color: #BFF9E5;
}
.TagClassName
{
border-color: #BFF9E5;
}
</style>