#BFFFEA

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

Shades of Humming Bird #BFFFEA

Tints of Humming Bird #BFFFEA

Color information

#BFFFEA (or 0xBFFFEA) is unknown color: approx Humming Bird. HEX triplet: BF, FF and EA. RGB value is (191,255,234). Sum of RGB (Red+Green+Blue) = 191+255+234=680 (90% of max value = 765). Red value is 191 (75% from 255 or 28.09% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFEA is #400015. Grayscale: #E9E9E9. Windows color (decimal): -4194326 or 15400895. OLE color: 15400895.

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

Color convert

RGB191255234-
CMYK0.2500.080
HSL160.31º100%87.45%-
HSV(B)160.31º25.1%100%-
XYZ72.188.5491.13-
YUV233.47128.397.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.09%
GREEN value IS 255 (100% from 255) = 37.5%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=28.09%
G=37.5%
B=34.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552340.2500.080160.3110087.45
HexBFFFEA19080a06457
Octal277377352310100240144127
Binary101111111111111111101010110010100001010000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFEA; }

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

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

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

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

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

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

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

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