#BFFEF0

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

Shades of Humming Bird #BFFEF0

Tints of Humming Bird #BFFEF0

Color information

#BFFEF0 (or 0xBFFEF0) is unknown color: approx Humming Bird. HEX triplet: BF, FE and F0. RGB value is (191,254,240). Sum of RGB (Red+Green+Blue) = 191+254+240=685 (90% of max value = 765). Red value is 191 (75% from 255 or 27.88% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEF0 is #40010F. Grayscale: #E9E9E9. Windows color (decimal): -4194576 or 15793855. OLE color: 15793855.

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

Color convert

RGB191254240-
CMYK0.2500.060.00
HSL166.67º96.92%87.25%-
HSV(B)166.67º24.8%99.61%-
XYZ72.6688.2595.64-
YUV233.57131.6397.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.88%
GREEN value IS 254 (99.61% from 255) = 37.08%
BLUE value IS 240 (94.14% from 255) = 35.04%
R=27.88%
G=37.08%
B=35.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542400.2500.060.00166.6796.9287.25
HexBFFEF019060a76157
Octal27737636031060247141127
Binary10111111111111101111000011001011001010011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEF0; }

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

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

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

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

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

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

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

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