#BEFFE5

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

Shades of Humming Bird #BEFFE5

Tints of Humming Bird #BEFFE5

Color information

#BEFFE5 (or 0xBEFFE5) is unknown color: approx Humming Bird. HEX triplet: BE, FF and E5. RGB value is (190,255,229). Sum of RGB (Red+Green+Blue) = 190+255+229=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFE5 is #41001A. Grayscale: #E8E8E8. Windows color (decimal): -4259867 or 15073214. OLE color: 15073214.

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

Color convert

RGB190255229-
CMYK0.2500.100
HSL156º100%87.25%-
HSV(B)156º25.49%100%-
XYZ71.1488.1287.39-
YUV232.6125.9797.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.19%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 229 (89.84% from 255) = 33.98%
R=28.19%
G=37.83%
B=33.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552290.2500.10015610087.25
HexBEFFE5190A09c6457
Octal276377345310120234144127
Binary101111101111111111100101110010101001001110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFE5; }

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

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

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

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

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

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

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

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