Shades of Humming Bird #BFFDE6
Tints of Humming Bird #BFFDE6
RGB
CMYK
RGB Variations
Color information
#BFFDE6 (or 0xBFFDE6) is known color: Humming Bird. HEX triplet: BF, FD and E6. RGB value is (191,253,230). Sum of RGB (Red+Green+Blue) = 191+253+230=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDE6 is #400219. Grayscale: #E7E7E7. Windows color (decimal): -4194842 or 15138239. OLE color: 15138239.
HSL color Cylindrical-coordinate representation of color #BFFDE6: hue angle of 157.74º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDE6 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 230 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.01 |
| HSL | 157.74º | 0.94% | 0.87% | - |
| HSV(B) | 157.74º | 0.25% | 0.99% | - |
| XYZ | 70.89 | 87.04 | 87.93 | - |
| YUV | 231.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 230 | 0.25 | 0 | 0.09 | 0.01 | 157.74 | 0.94 | 0.87 |
| Hex | BF | FD | E6 | 19 | 0 | 9 | 1 | 9E | 5E | 57 |
| Octal | 277 | 375 | 346 | 31 | 0 | 11 | 1 | 236 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11100110 | 11001 | 0 | 1001 | 1 | 10011110 | 1011110 | 1010111 |
Color Harmonies of #BFFDE6
Complementary color
Monochromatic Colors of #BFFDE6
Black with #BFFDE6
Text Example
Text Example
White with #BFFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDE6; }
p { color: rgb(191,253,230); }
H1.HeaderClassName
{
color: #BFFDE6;
}
.AnyTagClassName
{
color: #BFFDE6;
}
</style>
background-color css
<style>
a { background-color: #BFFDE6; }
a { background-color: rgb(191,253,230); }
div.DivClassName
{
background-color: #BFFDE6;
}
.BgClassName
{
background-color: #BFFDE6;
}
</style>
border-color css
<style>
span { border-color: #BFFDE6; }
span { border-color: rgb(191,253,230); }
td.TdClassName
{
border-color: #BFFDE6;
}
.TagClassName
{
border-color: #BFFDE6;
}
</style>