#BEFEEA

Color #BEFEEA Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #BEFEEA

Tints of Humming Bird #BEFEEA

Color information

#BEFEEA (or 0xBEFEEA) is unknown color: approx Humming Bird. HEX triplet: BE, FE and EA. RGB value is (190,254,234). Sum of RGB (Red+Green+Blue) = 190+254+234=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEEA is #410115. Grayscale: #E8E8E8. Windows color (decimal): -4260118 or 15400638. OLE color: 15400638.

HSL color Cylindrical-coordinate representation of color #BEFEEA: hue angle of 161.25º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEEA is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB190254234-
CMYK0.2500.080.00
HSL161.25º96.97%87.06%-
HSV(B)161.25º25.2%99.61%-
XYZ71.5387.7791.01-
YUV232.58128.897.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 28.02%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=28.02%
G=37.46%
B=34.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542340.2500.080.00161.2596.9787.06
HexBEFEEA19080a16157
Octal276376352310100241141127
Binary101111101111111011101010110010100001010000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEEA; }

 p { color: rgb(190,254,234); }

 H1.HeaderClassName
 {
   color: #BEFEEA;
 }
 .AnyTagClassName
 {
   color: #BEFEEA;
 }
</style>
background-color css

<style>
 a { background-color: #BEFEEA; }

 a { background-color: rgb(190,254,234); }

 div.DivClassName
 {
   background-color: #BEFEEA;
 }
 .BgClassName
 {
   background-color: #BEFEEA;
 }
</style>
border-color css

<style>
 span { border-color: #BEFEEA; }

 span { border-color: rgb(190,254,234); }

 td.TdClassName
 {
   border-color: #BEFEEA;
 }
 .TagClassName
 {
   border-color: #BEFEEA;
 }
</style>