#BFFFE9

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

Shades of Humming Bird #BFFFE9

Tints of Humming Bird #BFFFE9

Color information

#BFFFE9 (or 0xBFFFE9) is unknown color: approx Humming Bird. HEX triplet: BF, FF and E9. RGB value is (191,255,233). Sum of RGB (Red+Green+Blue) = 191+255+233=679 (89% of max value = 765). Red value is 191 (75% from 255 or 28.13% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFE9 is #400016. Grayscale: #E9E9E9. Windows color (decimal): -4194327 or 15335359. OLE color: 15335359.

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

Color convert

RGB191255233-
CMYK0.2500.090
HSL159.38º100%87.45%-
HSV(B)159.38º25.1%100%-
XYZ71.9588.4890.38-
YUV233.36127.897.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.13%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 233 (91.41% from 255) = 34.32%
R=28.13%
G=37.56%
B=34.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552330.2500.090159.3810087.45
HexBFFFE9190909f6457
Octal277377351310110237144127
Binary101111111111111111101001110010100101001111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFE9; }

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

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

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

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

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

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

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

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