#BFFFEC

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

Shades of Humming Bird #BFFFEC

Tints of Humming Bird #BFFFEC

Color information

#BFFFEC (or 0xBFFFEC) is unknown color: approx Humming Bird. HEX triplet: BF, FF and EC. RGB value is (191,255,236). Sum of RGB (Red+Green+Blue) = 191+255+236=682 (90% of max value = 765). Red value is 191 (75% from 255 or 28.01% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFEC is #400013. Grayscale: #E9E9E9. Windows color (decimal): -4194324 or 15531967. OLE color: 15531967.

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

Color convert

RGB191255236-
CMYK0.2500.070
HSL162.19º100%87.45%-
HSV(B)162.19º25.1%100%-
XYZ72.3988.6592.65-
YUV233.7129.397.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.01%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=28.01%
G=37.39%
B=34.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552360.2500.070162.1910087.45
HexBFFFEC19070a26457
Octal27737735431070242144127
Binary10111111111111111110110011001011101010001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFEC; }

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

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

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

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

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

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

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

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