#BEFFE4

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

Shades of Humming Bird #BEFFE4

Tints of Humming Bird #BEFFE4

Color information

#BEFFE4 (or 0xBEFFE4) is unknown color: approx Humming Bird. HEX triplet: BE, FF and E4. RGB value is (190,255,228). Sum of RGB (Red+Green+Blue) = 190+255+228=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFE4 is #41001B. Grayscale: #E8E8E8. Windows color (decimal): -4259868 or 15007678. OLE color: 15007678.

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

Color convert

RGB190255228-
CMYK0.2500.110
HSL155.08º100%87.25%-
HSV(B)155.08º25.49%100%-
XYZ7188.0786.66-
YUV232.49125.4797.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 228 (89.45% from 255) = 33.88%
R=28.23%
G=37.89%
B=33.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552280.2500.110155.0810087.25
HexBEFFE4190B09b6457
Octal276377344310130233144127
Binary101111101111111111100100110010101101001101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFE4; }

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

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

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

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

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

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

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

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