#BEFFE8

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

Shades of Humming Bird #BEFFE8

Tints of Humming Bird #BEFFE8

Color information

#BEFFE8 (or 0xBEFFE8) is unknown color: approx Humming Bird. HEX triplet: BE, FF and E8. RGB value is (190,255,232). Sum of RGB (Red+Green+Blue) = 190+255+232=677 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.06% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFE8 is #410017. Grayscale: #E8E8E8. Windows color (decimal): -4259864 or 15269822. OLE color: 15269822.

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

Color convert

RGB190255232-
CMYK0.2500.090
HSL158.77º100%87.25%-
HSV(B)158.77º25.49%100%-
XYZ71.5688.2989.61-
YUV232.94127.4797.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.06%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 232 (91.02% from 255) = 34.27%
R=28.06%
G=37.67%
B=34.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552320.2500.090158.7710087.25
HexBEFFE8190909f6457
Octal276377350310110237144127
Binary101111101111111111101000110010100101001111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFE8; }

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

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

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

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

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

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

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

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