#BEFDEA

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

Shades of Humming Bird #BEFDEA

Tints of Humming Bird #BEFDEA

Color information

#BEFDEA (or 0xBEFDEA) is unknown color: approx Humming Bird. HEX triplet: BE, FD and EA. RGB value is (190,253,234). Sum of RGB (Red+Green+Blue) = 190+253+234=677 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.06% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFDEA is #410215. Grayscale: #E8E8E8. Windows color (decimal): -4260374 or 15400382. OLE color: 15400382.

HSL color Cylindrical-coordinate representation of color #BEFDEA: hue angle of 161.9º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDEA is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB190253234-
CMYK0.2500.080.01
HSL161.9º94.03%86.86%-
HSV(B)161.9º24.9%99.22%-
XYZ71.2187.1490.91-
YUV232129.1398.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.06%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=28.06%
G=37.37%
B=34.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532340.2500.080.01161.994.0386.86
HexBEFDEA19081a25e57
Octal276375352310101242136127
Binary101111101111110111101010110010100011010001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDEA; }

 p { color: rgb(190,253,234); }

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

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

 a { background-color: rgb(190,253,234); }

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

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

 span { border-color: rgb(190,253,234); }

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