#BFFEEC

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

Shades of Humming Bird #BFFEEC

Tints of Humming Bird #BFFEEC

Color information

#BFFEEC (or 0xBFFEEC) is unknown color: approx Humming Bird. HEX triplet: BF, FE and EC. RGB value is (191,254,236). Sum of RGB (Red+Green+Blue) = 191+254+236=681 (90% of max value = 765). Red value is 191 (75% from 255 or 28.05% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEEC is #400113. Grayscale: #E9E9E9. Windows color (decimal): -4194580 or 15531711. OLE color: 15531711.

HSL color Cylindrical-coordinate representation of color #BFFEEC: hue angle of 162.86º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFEEC is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB191254236-
CMYK0.2500.070.00
HSL162.86º96.92%87.25%-
HSV(B)162.86º24.8%99.61%-
XYZ72.0788.0292.55-
YUV233.11129.6397.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.05%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=28.05%
G=37.30%
B=34.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542360.2500.070.00162.8696.9287.25
HexBFFEEC19070a36157
Octal27737635431070243141127
Binary10111111111111101110110011001011101010001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEEC; }

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

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

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

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

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

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

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

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