#BFFAE9

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

Shades of Humming Bird #BFFAE9

Tints of Humming Bird #BFFAE9

Color information

#BFFAE9 (or 0xBFFAE9) is unknown color: approx Humming Bird. HEX triplet: BF, FA and E9. RGB value is (191,250,233). Sum of RGB (Red+Green+Blue) = 191+250+233=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFAE9 is #400516. Grayscale: #E6E6E6. Windows color (decimal): -4195607 or 15334079. OLE color: 15334079.

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

Color convert

RGB191250233-
CMYK0.2400.070.02
HSL162.71º85.51%86.47%-
HSV(B)162.71º23.6%98.04%-
XYZ70.3885.3389.85-
YUV230.42129.4599.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.34%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=28.34%
G=37.09%
B=34.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912502330.2400.070.02162.7185.5186.47
HexBFFAE918072a35656
Octal27737235130072243126126
Binary101111111111101011101001110000111101010001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAE9; }

 p { color: rgb(191,250,233); }

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

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

 a { background-color: rgb(191,250,233); }

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

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

 span { border-color: rgb(191,250,233); }

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