#BEFFEC

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

Shades of Humming Bird #BEFFEC

Tints of Humming Bird #BEFFEC

Color information

#BEFFEC (or 0xBEFFEC) is unknown color: approx Humming Bird. HEX triplet: BE, FF and EC. RGB value is (190,255,236). Sum of RGB (Red+Green+Blue) = 190+255+236=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFEC is #410013. Grayscale: #E9E9E9. Windows color (decimal): -4259860 or 15531966. OLE color: 15531966.

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

Color convert

RGB190255236-
CMYK0.2500.070
HSL162.46º100%87.25%-
HSV(B)162.46º25.49%100%-
XYZ72.1488.5292.64-
YUV233.4129.4797.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.90%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=27.90%
G=37.44%
B=34.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552360.2500.070162.4610087.25
HexBEFFEC19070a26457
Octal27637735431070242144127
Binary10111110111111111110110011001011101010001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFEC; }

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

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

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

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

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

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

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

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