#BEFFEF

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

Shades of Humming Bird #BEFFEF

Tints of Humming Bird #BEFFEF

Color information

#BEFFEF (or 0xBEFFEF) is unknown color: approx Humming Bird. HEX triplet: BE, FF and EF. RGB value is (190,255,239). Sum of RGB (Red+Green+Blue) = 190+255+239=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFEF is #410010. Grayscale: #E9E9E9. Windows color (decimal): -4259857 or 15728574. OLE color: 15728574.

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

Color convert

RGB190255239-
CMYK0.2500.060
HSL165.23º100%87.25%-
HSV(B)165.23º25.49%100%-
XYZ72.5888.794.96-
YUV233.74130.9796.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.78%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=27.78%
G=37.28%
B=34.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552390.2500.060165.2310087.25
HexBEFFEF19060a56457
Octal27637735731060245144127
Binary10111110111111111110111111001011001010010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFEF; }

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

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

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

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

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

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

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

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