#BEFEE4

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

Shades of Humming Bird #BEFEE4

Tints of Humming Bird #BEFEE4

Color information

#BEFEE4 (or 0xBEFEE4) is unknown color: approx Humming Bird. HEX triplet: BE, FE and E4. RGB value is (190,254,228). Sum of RGB (Red+Green+Blue) = 190+254+228=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEE4 is #41011B. Grayscale: #E7E7E7. Windows color (decimal): -4260124 or 15007422. OLE color: 15007422.

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

Color convert

RGB190254228-
CMYK0.2500.100.00
HSL155.62º96.97%87.06%-
HSV(B)155.62º25.2%99.61%-
XYZ70.6887.4386.55-
YUV231.9125.898.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.27%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 228 (89.45% from 255) = 33.93%
R=28.27%
G=37.80%
B=33.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542280.2500.100.00155.6296.9787.06
HexBEFEE4190A09c6157
Octal276376344310120234141127
Binary101111101111111011100100110010101001001110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEE4; }

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

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

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

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

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

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

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

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