#BEFBE6

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

Shades of Humming Bird #BEFBE6

Tints of Humming Bird #BEFBE6

Color information

#BEFBE6 (or 0xBEFBE6) is unknown color: approx Humming Bird. HEX triplet: BE, FB and E6. RGB value is (190,251,230). Sum of RGB (Red+Green+Blue) = 190+251+230=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBE6 is #410419. Grayscale: #E6E6E6. Windows color (decimal): -4260890 or 15137726. OLE color: 15137726.

HSL color Cylindrical-coordinate representation of color #BEFBE6: hue angle of 159.34º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBE6 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB190251230-
CMYK0.2400.080.02
HSL159.34º88.41%86.47%-
HSV(B)159.34º24.3%98.43%-
XYZ70.0285.6587.71-
YUV230.37127.7999.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.32%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 230 (90.23% from 255) = 34.28%
R=28.32%
G=37.41%
B=34.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902512300.2400.080.02159.3488.4186.47
HexBEFBE6180829f5856
Octal276373346300102237130126
Binary1011111011111011111001101100001000101001111110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBE6; }

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

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

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

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

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

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

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

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