Shades of Humming Bird #BEFFED
Tints of Humming Bird #BEFFED
RGB
CMYK
RGB Variations
Color information
#BEFFED (or 0xBEFFED) is known color: Humming Bird. HEX triplet: BE, FF and ED. RGB value is (190,255,237). Sum of RGB (Red+Green+Blue) = 190+255+237=682 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.86% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFED is #410012. Grayscale: #E9E9E9. Windows color (decimal): -4259859 or 15597502. OLE color: 15597502.
HSL color Cylindrical-coordinate representation of color #BEFFED: hue angle of 163.38º 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 #BEFFED is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 237 | - |
| CMYK | 0.25 | 0 | 0.07 | 0 |
| HSL | 163.38º | 1% | 0.87% | - |
| HSV(B) | 163.38º | 0.25% | 1% | - |
| XYZ | 72.28 | 88.58 | 93.41 | - |
| YUV | 233.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 237 | 0.25 | 0 | 0.07 | 0 | 163.38 | 1 | 0.87 |
| Hex | BE | FF | ED | 19 | 0 | 7 | 0 | A3 | 64 | 57 |
| Octal | 276 | 377 | 355 | 31 | 0 | 7 | 0 | 243 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11101101 | 11001 | 0 | 111 | 0 | 10100011 | 1100100 | 1010111 |
Color Harmonies of #BEFFED
Complementary color
Monochromatic Colors of #BEFFED
Black with #BEFFED
Text Example
Text Example
White with #BEFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFED; }
p { color: rgb(190,255,237); }
H1.HeaderClassName
{
color: #BEFFED;
}
.AnyTagClassName
{
color: #BEFFED;
}
</style>
background-color css
<style>
a { background-color: #BEFFED; }
a { background-color: rgb(190,255,237); }
div.DivClassName
{
background-color: #BEFFED;
}
.BgClassName
{
background-color: #BEFFED;
}
</style>
border-color css
<style>
span { border-color: #BEFFED; }
span { border-color: rgb(190,255,237); }
td.TdClassName
{
border-color: #BEFFED;
}
.TagClassName
{
border-color: #BEFFED;
}
</style>