#BEFCE5

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

Shades of Humming Bird #BEFCE5

Tints of Humming Bird #BEFCE5

Color information

#BEFCE5 (or 0xBEFCE5) is unknown color: approx Humming Bird. HEX triplet: BE, FC and E5. RGB value is (190,252,229). Sum of RGB (Red+Green+Blue) = 190+252+229=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCE5 is #41031A. Grayscale: #E6E6E6. Windows color (decimal): -4260635 or 15072446. OLE color: 15072446.

HSL color Cylindrical-coordinate representation of color #BEFCE5: hue angle of 157.74º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCE5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB190252229-
CMYK0.2500.090.01
HSL157.74º91.18%86.67%-
HSV(B)157.74º24.6%98.82%-
XYZ70.1986.2387.07-
YUV230.84126.9698.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.32%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=28.32%
G=37.56%
B=34.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902522290.2500.090.01157.7491.1886.67
HexBEFCE5190919e5b57
Octal276374345310111236133127
Binary101111101111110011100101110010100111001111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCE5; }

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

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

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

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

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

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

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

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