Shades of Humming Bird #BEFFE5
Tints of Humming Bird #BEFFE5
RGB
CMYK
RGB Variations
Color information
#BEFFE5 (or 0xBEFFE5) is known color: Humming Bird. HEX triplet: BE, FF and E5. RGB value is (190,255,229). Sum of RGB (Red+Green+Blue) = 190+255+229=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFE5 is #41001A. Grayscale: #E8E8E8. Windows color (decimal): -4259867 or 15073214. OLE color: 15073214.
HSL color Cylindrical-coordinate representation of color #BEFFE5: hue angle of 156º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFE5 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 229 | - |
| CMYK | 0.25 | 0 | 0.10 | 0 |
| HSL | 156º | 1% | 0.87% | - |
| HSV(B) | 156º | 0.25% | 1% | - |
| XYZ | 71.14 | 88.12 | 87.39 | - |
| YUV | 232.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 229 | 0.25 | 0 | 0.10 | 0 | 156 | 1 | 0.87 |
| Hex | BE | FF | E5 | 19 | 0 | A | 0 | 9C | 64 | 57 |
| Octal | 276 | 377 | 345 | 31 | 0 | 12 | 0 | 234 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11100101 | 11001 | 0 | 1010 | 0 | 10011100 | 1100100 | 1010111 |
Color Harmonies of #BEFFE5
Complementary color
Monochromatic Colors of #BEFFE5
Black with #BEFFE5
Text Example
Text Example
White with #BEFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFE5; }
p { color: rgb(190,255,229); }
H1.HeaderClassName
{
color: #BEFFE5;
}
.AnyTagClassName
{
color: #BEFFE5;
}
</style>
background-color css
<style>
a { background-color: #BEFFE5; }
a { background-color: rgb(190,255,229); }
div.DivClassName
{
background-color: #BEFFE5;
}
.BgClassName
{
background-color: #BEFFE5;
}
</style>
border-color css
<style>
span { border-color: #BEFFE5; }
span { border-color: rgb(190,255,229); }
td.TdClassName
{
border-color: #BEFFE5;
}
.TagClassName
{
border-color: #BEFFE5;
}
</style>