#BFFEE9

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

Shades of Humming Bird #BFFEE9

Tints of Humming Bird #BFFEE9

Color information

#BFFEE9 (or 0xBFFEE9) is unknown color: approx Humming Bird. HEX triplet: BF, FE and E9. RGB value is (191,254,233). Sum of RGB (Red+Green+Blue) = 191+254+233=678 (89% of max value = 765). Red value is 191 (75% from 255 or 28.17% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEE9 is #400116. Grayscale: #E8E8E8. Windows color (decimal): -4194583 or 15335103. OLE color: 15335103.

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

Color convert

RGB191254233-
CMYK0.2500.080.00
HSL160º96.92%87.25%-
HSV(B)160º24.8%99.61%-
XYZ71.6487.8490.27-
YUV232.77128.1398.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.17%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 233 (91.41% from 255) = 34.37%
R=28.17%
G=37.46%
B=34.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542330.2500.080.0016096.9287.25
HexBFFEE919080a06157
Octal277376351310100240141127
Binary101111111111111011101001110010100001010000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEE9; }

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

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

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

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

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

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

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

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