#BEFEE6

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

Shades of Humming Bird #BEFEE6

Tints of Humming Bird #BEFEE6

Color information

#BEFEE6 (or 0xBEFEE6) is unknown color: approx Humming Bird. HEX triplet: BE, FE and E6. RGB value is (190,254,230). Sum of RGB (Red+Green+Blue) = 190+254+230=674 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.19% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEE6 is #410119. Grayscale: #E8E8E8. Windows color (decimal): -4260122 or 15138494. OLE color: 15138494.

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

Color convert

RGB190254230-
CMYK0.2500.090.00
HSL157.5º96.97%87.06%-
HSV(B)157.5º25.2%99.61%-
XYZ70.9687.5488.02-
YUV232.13126.897.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.19%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 230 (90.23% from 255) = 34.12%
R=28.19%
G=37.69%
B=34.12%

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
Decimal1902542300.2500.090.00157.596.9787.06
HexBEFEE6190909e6157
Octal276376346310110236141127
Binary101111101111111011100110110010100101001111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEE6; }

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

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

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

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

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

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

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

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