Shades of Humming Bird #BFFDEC
Tints of Humming Bird #BFFDEC
RGB
CMYK
RGB Variations
Color information
#BFFDEC (or 0xBFFDEC) is known color: Humming Bird. HEX triplet: BF, FD and EC. RGB value is (191,253,236). Sum of RGB (Red+Green+Blue) = 191+253+236=680 (90% of max value = 765). Red value is 191 (75% from 255 or 28.09% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDEC is #400213. Grayscale: #E8E8E8. Windows color (decimal): -4194836 or 15531455. OLE color: 15531455.
HSL color Cylindrical-coordinate representation of color #BFFDEC: hue angle of 163.55º 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 #BFFDEC is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 236 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.01 |
| HSL | 163.55º | 0.94% | 0.87% | - |
| HSV(B) | 163.55º | 0.25% | 0.99% | - |
| XYZ | 71.75 | 87.38 | 92.44 | - |
| YUV | 232.52 | 129.96 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 236 | 0.25 | 0 | 0.07 | 0.01 | 163.55 | 0.94 | 0.87 |
| Hex | BF | FD | EC | 19 | 0 | 7 | 1 | A4 | 5E | 57 |
| Octal | 277 | 375 | 354 | 31 | 0 | 7 | 1 | 244 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11101100 | 11001 | 0 | 111 | 1 | 10100100 | 1011110 | 1010111 |
Color Harmonies of #BFFDEC
Complementary color
Monochromatic Colors of #BFFDEC
Black with #BFFDEC
Text Example
Text Example
White with #BFFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDEC; }
p { color: rgb(191,253,236); }
H1.HeaderClassName
{
color: #BFFDEC;
}
.AnyTagClassName
{
color: #BFFDEC;
}
</style>
background-color css
<style>
a { background-color: #BFFDEC; }
a { background-color: rgb(191,253,236); }
div.DivClassName
{
background-color: #BFFDEC;
}
.BgClassName
{
background-color: #BFFDEC;
}
</style>
border-color css
<style>
span { border-color: #BFFDEC; }
span { border-color: rgb(191,253,236); }
td.TdClassName
{
border-color: #BFFDEC;
}
.TagClassName
{
border-color: #BFFDEC;
}
</style>