#BFFBEC

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

Shades of Humming Bird #BFFBEC

Tints of Humming Bird #BFFBEC

Color information

#BFFBEC (or 0xBFFBEC) is unknown color: approx Humming Bird. HEX triplet: BF, FB and EC. RGB value is (191,251,236). Sum of RGB (Red+Green+Blue) = 191+251+236=678 (89% of max value = 765). Red value is 191 (75% from 255 or 28.17% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFBEC is #400413. Grayscale: #E7E7E7. Windows color (decimal): -4195348 or 15530943. OLE color: 15530943.

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

Color convert

RGB191251236-
CMYK0.2400.060.02
HSL165º88.24%86.67%-
HSV(B)165º23.9%98.43%-
XYZ71.1286.1392.23-
YUV231.35130.6299.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.17%
GREEN value IS 251 (98.44% from 255) = 37.02%
BLUE value IS 236 (92.58% from 255) = 34.81%
R=28.17%
G=37.02%
B=34.81%

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
Decimal1912512360.2400.060.0216588.2486.67
HexBFFBEC18062a55857
Octal27737335430062245130127
Binary101111111111101111101100110000110101010010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBEC; }

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

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

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

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

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

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

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

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