#BEFCE7

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

Shades of Humming Bird #BEFCE7

Tints of Humming Bird #BEFCE7

Color information

#BEFCE7 (or 0xBEFCE7) is unknown color: approx Humming Bird. HEX triplet: BE, FC and E7. RGB value is (190,252,231). Sum of RGB (Red+Green+Blue) = 190+252+231=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCE7 is #410318. Grayscale: #E7E7E7. Windows color (decimal): -4260633 or 15203518. OLE color: 15203518.

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

Color convert

RGB190252231-
CMYK0.2500.080.01
HSL159.68º91.18%86.67%-
HSV(B)159.68º24.6%98.82%-
XYZ70.4786.3488.55-
YUV231.07127.9698.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 231 (90.62% from 255) = 34.32%
R=28.23%
G=37.44%
B=34.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902522310.2500.080.01159.6891.1886.67
HexBEFCE719081a05b57
Octal276374347310101240133127
Binary101111101111110011100111110010100011010000010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCE7; }

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

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

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

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

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

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

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

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