Shades of Humming Bird #BEFFEF
Tints of Humming Bird #BEFFEF
RGB
CMYK
RGB Variations
Color information
#BEFFEF (or 0xBEFFEF) is known color: Humming Bird. HEX triplet: BE, FF and EF. RGB value is (190,255,239). Sum of RGB (Red+Green+Blue) = 190+255+239=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFEF is #410010. Grayscale: #E9E9E9. Windows color (decimal): -4259857 or 15728574. OLE color: 15728574.
HSL color Cylindrical-coordinate representation of color #BEFFEF: hue angle of 165.23º 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 #BEFFEF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 239 | - |
| CMYK | 0.25 | 0 | 0.06 | 0 |
| HSL | 165.23º | 1% | 0.87% | - |
| HSV(B) | 165.23º | 0.25% | 1% | - |
| XYZ | 72.58 | 88.7 | 94.96 | - |
| YUV | 233.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 239 | 0.25 | 0 | 0.06 | 0 | 165.23 | 1 | 0.87 |
| Hex | BE | FF | EF | 19 | 0 | 6 | 0 | A5 | 64 | 57 |
| Octal | 276 | 377 | 357 | 31 | 0 | 6 | 0 | 245 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11101111 | 11001 | 0 | 110 | 0 | 10100101 | 1100100 | 1010111 |
Color Harmonies of #BEFFEF
Complementary color
Monochromatic Colors of #BEFFEF
Black with #BEFFEF
Text Example
Text Example
White with #BEFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFEF; }
p { color: rgb(190,255,239); }
H1.HeaderClassName
{
color: #BEFFEF;
}
.AnyTagClassName
{
color: #BEFFEF;
}
</style>
background-color css
<style>
a { background-color: #BEFFEF; }
a { background-color: rgb(190,255,239); }
div.DivClassName
{
background-color: #BEFFEF;
}
.BgClassName
{
background-color: #BEFFEF;
}
</style>
border-color css
<style>
span { border-color: #BEFFEF; }
span { border-color: rgb(190,255,239); }
td.TdClassName
{
border-color: #BEFFEF;
}
.TagClassName
{
border-color: #BEFFEF;
}
</style>