#BEFEEF

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

Shades of Humming Bird #BEFEEF

Tints of Humming Bird #BEFEEF

Color information

#BEFEEF (or 0xBEFEEF) is unknown color: approx Humming Bird. HEX triplet: BE, FE and EF. RGB value is (190,254,239). Sum of RGB (Red+Green+Blue) = 190+254+239=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEEF is #410110. Grayscale: #E9E9E9. Windows color (decimal): -4260113 or 15728318. OLE color: 15728318.

HSL color Cylindrical-coordinate representation of color #BEFEEF: hue angle of 165.94º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEEF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB190254239-
CMYK0.2500.060.00
HSL165.94º96.97%87.06%-
HSV(B)165.94º25.2%99.61%-
XYZ72.2688.0694.85-
YUV233.15131.397.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.82%
GREEN value IS 254 (99.61% from 255) = 37.19%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=27.82%
G=37.19%
B=34.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542390.2500.060.00165.9496.9787.06
HexBEFEEF19060a66157
Octal27637635731060246141127
Binary10111110111111101110111111001011001010011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEEF; }

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

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

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

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

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

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

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

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