#BEFEE7

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

Shades of Humming Bird #BEFEE7

Tints of Humming Bird #BEFEE7

Color information

#BEFEE7 (or 0xBEFEE7) is unknown color: approx Humming Bird. HEX triplet: BE, FE and E7. RGB value is (190,254,231). Sum of RGB (Red+Green+Blue) = 190+254+231=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEE7 is #410118. Grayscale: #E8E8E8. Windows color (decimal): -4260121 or 15204030. OLE color: 15204030.

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

Color convert

RGB190254231-
CMYK0.2500.090.00
HSL158.44º96.97%87.06%-
HSV(B)158.44º25.2%99.61%-
XYZ71.187.688.76-
YUV232.24127.397.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.15%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 231 (90.62% from 255) = 34.22%
R=28.15%
G=37.63%
B=34.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542310.2500.090.00158.4496.9787.06
HexBEFEE7190909e6157
Octal276376347310110236141127
Binary101111101111111011100111110010100101001111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEE7; }

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

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

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

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

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

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

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

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