#BEFFF0

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

Shades of Humming Bird #BEFFF0

Tints of Humming Bird #BEFFF0

Color information

#BEFFF0 (or 0xBEFFF0) is unknown color: approx Humming Bird. HEX triplet: BE, FF and F0. RGB value is (190,255,240). Sum of RGB (Red+Green+Blue) = 190+255+240=685 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.74% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF0 is #41000F. Grayscale: #E9E9E9. Windows color (decimal): -4259856 or 15794110. OLE color: 15794110.

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

Color convert

RGB190255240-
CMYK0.2500.060
HSL166.15º100%87.25%-
HSV(B)166.15º25.49%100%-
XYZ72.7288.7695.74-
YUV233.86131.4796.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.74%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 240 (94.14% from 255) = 35.04%
R=27.74%
G=37.23%
B=35.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552400.2500.060166.1510087.25
HexBEFFF019060a66457
Octal27637736031060246144127
Binary10111110111111111111000011001011001010011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFF0; }

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

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

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

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

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

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

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

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