#BEFEE5

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

Shades of Humming Bird #BEFEE5

Tints of Humming Bird #BEFEE5

Color information

#BEFEE5 (or 0xBEFEE5) is unknown color: approx Humming Bird. HEX triplet: BE, FE and E5. RGB value is (190,254,229). Sum of RGB (Red+Green+Blue) = 190+254+229=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEE5 is #41011A. Grayscale: #E8E8E8. Windows color (decimal): -4260123 or 15072958. OLE color: 15072958.

HSL color Cylindrical-coordinate representation of color #BEFEE5: hue angle of 156.56º 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 #BEFEE5 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB190254229-
CMYK0.2500.100.00
HSL156.56º96.97%87.06%-
HSV(B)156.56º25.2%99.61%-
XYZ70.8287.4987.28-
YUV232.01126.398.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 229 (89.84% from 255) = 34.03%
R=28.23%
G=37.74%
B=34.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542290.2500.100.00156.5696.9787.06
HexBEFEE5190A09d6157
Octal276376345310120235141127
Binary101111101111111011100101110010101001001110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEE5; }

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

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

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

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

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

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

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

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