#BFFAEC

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

Shades of Humming Bird #BFFAEC

Tints of Humming Bird #BFFAEC

Color information

#BFFAEC (or 0xBFFAEC) is unknown color: approx Humming Bird. HEX triplet: BF, FA and EC. RGB value is (191,250,236). Sum of RGB (Red+Green+Blue) = 191+250+236=677 (89% of max value = 765). Red value is 191 (75% from 255 or 28.21% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFAEC is #400513. Grayscale: #E6E6E6. Windows color (decimal): -4195604 or 15530687. OLE color: 15530687.

HSL color Cylindrical-coordinate representation of color #BFFAEC: hue angle of 165.76º degrees, saturation: 0.86, 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 #BFFAEC is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB191250236-
CMYK0.2400.060.02
HSL165.76º85.51%86.47%-
HSV(B)165.76º23.6%98.04%-
XYZ70.8185.592.13-
YUV230.76130.9599.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.21%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=28.21%
G=36.93%
B=34.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912502360.2400.060.02165.7685.5186.47
HexBFFAEC18062a65656
Octal27737235430062246126126
Binary101111111111101011101100110000110101010011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAEC; }

 p { color: rgb(191,250,236); }

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

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

 a { background-color: rgb(191,250,236); }

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

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

 span { border-color: rgb(191,250,236); }

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