#BEFEF0

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

Shades of Humming Bird #BEFEF0

Tints of Humming Bird #BEFEF0

Color information

#BEFEF0 (or 0xBEFEF0) is unknown color: approx Humming Bird. HEX triplet: BE, FE and F0. RGB value is (190,254,240). Sum of RGB (Red+Green+Blue) = 190+254+240=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEF0 is #41010F. Grayscale: #E9E9E9. Windows color (decimal): -4260112 or 15793854. OLE color: 15793854.

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

Color convert

RGB190254240-
CMYK0.2500.060.00
HSL166.88º96.97%87.06%-
HSV(B)166.88º25.2%99.61%-
XYZ72.4188.1295.63-
YUV233.27131.897.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.78%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=27.78%
G=37.13%
B=35.09%

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
Decimal1902542400.2500.060.00166.8896.9787.06
HexBEFEF019060a76157
Octal27637636031060247141127
Binary10111110111111101111000011001011001010011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEF0; }

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

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

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

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

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

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

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

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