#BFFFEF

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

Shades of Humming Bird #BFFFEF

Tints of Humming Bird #BFFFEF

Color information

#BFFFEF (or 0xBFFFEF) is unknown color: approx Humming Bird. HEX triplet: BF, FF and EF. RGB value is (191,255,239). Sum of RGB (Red+Green+Blue) = 191+255+239=685 (90% of max value = 765). Red value is 191 (75% from 255 or 27.88% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFEF is #400010. Grayscale: #EAEAEA. Windows color (decimal): -4194321 or 15728575. OLE color: 15728575.

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

Color convert

RGB191255239-
CMYK0.2500.060
HSL165º100%87.45%-
HSV(B)165º25.1%100%-
XYZ72.8388.8394.97-
YUV234.04130.897.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.88%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=27.88%
G=37.23%
B=34.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552390.2500.06016510087.45
HexBFFFEF19060a56457
Octal27737735731060245144127
Binary10111111111111111110111111001011001010010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFEF; }

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

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

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

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

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

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

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

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