#BFFEF1

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

Shades of Humming Bird #BFFEF1

Tints of Humming Bird #BFFEF1

Color information

#BFFEF1 (or 0xBFFEF1) is unknown color: approx Humming Bird. HEX triplet: BF, FE and F1. RGB value is (191,254,241). Sum of RGB (Red+Green+Blue) = 191+254+241=686 (90% of max value = 765). Red value is 191 (75% from 255 or 27.84% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEF1 is #40010E. Grayscale: #E9E9E9. Windows color (decimal): -4194575 or 15859391. OLE color: 15859391.

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

Color convert

RGB191254241-
CMYK0.2500.050.00
HSL167.62º96.92%87.25%-
HSV(B)167.62º24.8%99.61%-
XYZ72.888.3196.43-
YUV233.68132.1397.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.84%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=27.84%
G=37.03%
B=35.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542410.2500.050.00167.6296.9287.25
HexBFFEF119050a86157
Octal27737636131050250141127
Binary10111111111111101111000111001010101010100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEF1; }

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

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

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

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

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

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

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

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