Shades of Humming Bird #BFFDEB
Tints of Humming Bird #BFFDEB
RGB
CMYK
RGB Variations
Color information
#BFFDEB (or 0xBFFDEB) is known color: Humming Bird. HEX triplet: BF, FD and EB. RGB value is (191,253,235). Sum of RGB (Red+Green+Blue) = 191+253+235=679 (89% of max value = 765). Red value is 191 (75% from 255 or 28.13% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDEB is #400214. Grayscale: #E8E8E8. Windows color (decimal): -4194837 or 15465919. OLE color: 15465919.
HSL color Cylindrical-coordinate representation of color #BFFDEB: hue angle of 162.58º 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 #BFFDEB is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 235 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.01 |
| HSL | 162.58º | 0.94% | 0.87% | - |
| HSV(B) | 162.58º | 0.25% | 0.99% | - |
| XYZ | 71.61 | 87.33 | 91.68 | - |
| YUV | 232.41 | 129.46 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 235 | 0.25 | 0 | 0.07 | 0.01 | 162.58 | 0.94 | 0.87 |
| Hex | BF | FD | EB | 19 | 0 | 7 | 1 | A3 | 5E | 57 |
| Octal | 277 | 375 | 353 | 31 | 0 | 7 | 1 | 243 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11101011 | 11001 | 0 | 111 | 1 | 10100011 | 1011110 | 1010111 |
Color Harmonies of #BFFDEB
Complementary color
Monochromatic Colors of #BFFDEB
Black with #BFFDEB
Text Example
Text Example
White with #BFFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDEB; }
p { color: rgb(191,253,235); }
H1.HeaderClassName
{
color: #BFFDEB;
}
.AnyTagClassName
{
color: #BFFDEB;
}
</style>
background-color css
<style>
a { background-color: #BFFDEB; }
a { background-color: rgb(191,253,235); }
div.DivClassName
{
background-color: #BFFDEB;
}
.BgClassName
{
background-color: #BFFDEB;
}
</style>
border-color css
<style>
span { border-color: #BFFDEB; }
span { border-color: rgb(191,253,235); }
td.TdClassName
{
border-color: #BFFDEB;
}
.TagClassName
{
border-color: #BFFDEB;
}
</style>