#BFFCE6

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

Shades of Humming Bird #BFFCE6

Tints of Humming Bird #BFFCE6

Color information

#BFFCE6 (or 0xBFFCE6) is unknown color: approx Humming Bird. HEX triplet: BF, FC and E6. RGB value is (191,252,230). Sum of RGB (Red+Green+Blue) = 191+252+230=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFCE6 is #400319. Grayscale: #E7E7E7. Windows color (decimal): -4195098 or 15137983. OLE color: 15137983.

HSL color Cylindrical-coordinate representation of color #BFFCE6: hue angle of 158.36º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFCE6 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB191252230-
CMYK0.2400.090.01
HSL158.36º91.04%86.86%-
HSV(B)158.36º24.21%98.82%-
XYZ70.5886.4187.82-
YUV231.25127.2999.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.38%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 230 (90.23% from 255) = 34.18%
R=28.38%
G=37.44%
B=34.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912522300.2400.090.01158.3691.0486.86
HexBFFCE6180919e5b57
Octal277374346300111236133127
Binary101111111111110011100110110000100111001111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCE6; }

 p { color: rgb(191,252,230); }

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

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

 a { background-color: rgb(191,252,230); }

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

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

 span { border-color: rgb(191,252,230); }

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