Shades of Humming Bird #BFF9E6
Tints of Humming Bird #BFF9E6
RGB
CMYK
RGB Variations
Color information
#BFF9E6 (or 0xBFF9E6) is known color: Humming Bird. HEX triplet: BF, F9 and E6. RGB value is (191,249,230). Sum of RGB (Red+Green+Blue) = 191+249+230=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9E6 is #400619. Grayscale: #E5E5E5. Windows color (decimal): -4195866 or 15137215. OLE color: 15137215.
HSL color Cylindrical-coordinate representation of color #BFF9E6: hue angle of 160.34º 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 #BFF9E6 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 230 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.02 |
| HSL | 160.34º | 0.83% | 0.86% | - |
| HSV(B) | 160.34º | 0.23% | 0.98% | - |
| XYZ | 69.64 | 84.54 | 87.51 | - |
| YUV | 229.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 230 | 0.23 | 0 | 0.08 | 0.02 | 160.34 | 0.83 | 0.86 |
| Hex | BF | F9 | E6 | 17 | 0 | 8 | 2 | A0 | 53 | 56 |
| Octal | 277 | 371 | 346 | 27 | 0 | 10 | 2 | 240 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11100110 | 10111 | 0 | 1000 | 10 | 10100000 | 1010011 | 1010110 |
Color Harmonies of #BFF9E6
Complementary color
Monochromatic Colors of #BFF9E6
Black with #BFF9E6
Text Example
Text Example
White with #BFF9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9E6; }
p { color: rgb(191,249,230); }
H1.HeaderClassName
{
color: #BFF9E6;
}
.AnyTagClassName
{
color: #BFF9E6;
}
</style>
background-color css
<style>
a { background-color: #BFF9E6; }
a { background-color: rgb(191,249,230); }
div.DivClassName
{
background-color: #BFF9E6;
}
.BgClassName
{
background-color: #BFF9E6;
}
</style>
border-color css
<style>
span { border-color: #BFF9E6; }
span { border-color: rgb(191,249,230); }
td.TdClassName
{
border-color: #BFF9E6;
}
.TagClassName
{
border-color: #BFF9E6;
}
</style>