#BFF9E7

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

Shades of Humming Bird #BFF9E7

Tints of Humming Bird #BFF9E7

Color information

#BFF9E7 (or 0xBFF9E7) is unknown color: approx Humming Bird. HEX triplet: BF, F9 and E7. RGB value is (191,249,231). Sum of RGB (Red+Green+Blue) = 191+249+231=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9E7 is #400618. Grayscale: #E5E5E5. Windows color (decimal): -4195865 or 15202751. OLE color: 15202751.

HSL color Cylindrical-coordinate representation of color #BFF9E7: hue angle of 161.38º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9E7 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB191249231-
CMYK0.2300.070.02
HSL161.38º82.86%86.27%-
HSV(B)161.38º23.29%97.65%-
XYZ69.7984.688.25-
YUV229.61128.78100.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.46%
GREEN value IS 249 (97.66% from 255) = 37.11%
BLUE value IS 231 (90.62% from 255) = 34.43%
R=28.46%
G=37.11%
B=34.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912492310.2300.070.02161.3882.8686.27
HexBFF9E717072a15356
Octal27737134727072241123126
Binary101111111111100111100111101110111101010000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9E7; }

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

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

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

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

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

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

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

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