Shades of Humming Bird #BEFFE7
Tints of Humming Bird #BEFFE7
RGB
CMYK
RGB Variations
Color information
#BEFFE7 (or 0xBEFFE7) is known color: Humming Bird. HEX triplet: BE, FF and E7. RGB value is (190,255,231). Sum of RGB (Red+Green+Blue) = 190+255+231=676 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.11% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFE7 is #410018. Grayscale: #E8E8E8. Windows color (decimal): -4259865 or 15204286. OLE color: 15204286.
HSL color Cylindrical-coordinate representation of color #BEFFE7: hue angle of 157.85º 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 #BEFFE7 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 231 | - |
| CMYK | 0.25 | 0 | 0.09 | 0 |
| HSL | 157.85º | 1% | 0.87% | - |
| HSV(B) | 157.85º | 0.25% | 1% | - |
| XYZ | 71.42 | 88.24 | 88.87 | - |
| YUV | 232.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 231 | 0.25 | 0 | 0.09 | 0 | 157.85 | 1 | 0.87 |
| Hex | BE | FF | E7 | 19 | 0 | 9 | 0 | 9E | 64 | 57 |
| Octal | 276 | 377 | 347 | 31 | 0 | 11 | 0 | 236 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11100111 | 11001 | 0 | 1001 | 0 | 10011110 | 1100100 | 1010111 |
Color Harmonies of #BEFFE7
Complementary color
Monochromatic Colors of #BEFFE7
Black with #BEFFE7
Text Example
Text Example
White with #BEFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFE7; }
p { color: rgb(190,255,231); }
H1.HeaderClassName
{
color: #BEFFE7;
}
.AnyTagClassName
{
color: #BEFFE7;
}
</style>
background-color css
<style>
a { background-color: #BEFFE7; }
a { background-color: rgb(190,255,231); }
div.DivClassName
{
background-color: #BEFFE7;
}
.BgClassName
{
background-color: #BEFFE7;
}
</style>
border-color css
<style>
span { border-color: #BEFFE7; }
span { border-color: rgb(190,255,231); }
td.TdClassName
{
border-color: #BEFFE7;
}
.TagClassName
{
border-color: #BEFFE7;
}
</style>