#BFFEE7

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

Shades of Humming Bird #BFFEE7

Tints of Humming Bird #BFFEE7

Color information

#BFFEE7 (or 0xBFFEE7) is unknown color: approx Humming Bird. HEX triplet: BF, FE and E7. RGB value is (191,254,231). Sum of RGB (Red+Green+Blue) = 191+254+231=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEE7 is #400118. Grayscale: #E8E8E8. Windows color (decimal): -4194585 or 15204031. OLE color: 15204031.

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

Color convert

RGB191254231-
CMYK0.2500.090.00
HSL158.1º96.92%87.25%-
HSV(B)158.1º24.8%99.61%-
XYZ71.3587.7388.77-
YUV232.54127.1398.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.25%
GREEN value IS 254 (99.61% from 255) = 37.57%
BLUE value IS 231 (90.62% from 255) = 34.17%
R=28.25%
G=37.57%
B=34.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542310.2500.090.00158.196.9287.25
HexBFFEE7190909e6157
Octal277376347310110236141127
Binary101111111111111011100111110010100101001111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEE7; }

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

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

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

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

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

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

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

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