#BFFFE5

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

Shades of Humming Bird #BFFFE5

Tints of Humming Bird #BFFFE5

Color information

#BFFFE5 (or 0xBFFFE5) is unknown color: approx Humming Bird. HEX triplet: BF, FF and E5. RGB value is (191,255,229). Sum of RGB (Red+Green+Blue) = 191+255+229=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFE5 is #40001A. Grayscale: #E8E8E8. Windows color (decimal): -4194331 or 15073215. OLE color: 15073215.

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

Color convert

RGB191255229-
CMYK0.2500.100
HSL155.62º100%87.45%-
HSV(B)155.62º25.1%100%-
XYZ71.3988.2587.4-
YUV232.9125.898.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.30%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 229 (89.84% from 255) = 33.93%
R=28.30%
G=37.78%
B=33.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552290.2500.100155.6210087.45
HexBFFFE5190A09c6457
Octal277377345310120234144127
Binary101111111111111111100101110010101001001110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFE5; }

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

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

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

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

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

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

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

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