#BFFCE7

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

Shades of Humming Bird #BFFCE7

Tints of Humming Bird #BFFCE7

Color information

#BFFCE7 (or 0xBFFCE7) is unknown color: approx Humming Bird. HEX triplet: BF, FC and E7. RGB value is (191,252,231). Sum of RGB (Red+Green+Blue) = 191+252+231=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 231 (90.62% from 255 or 34.27% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFCE7 is #400318. Grayscale: #E7E7E7. Windows color (decimal): -4195097 or 15203519. OLE color: 15203519.

HSL color Cylindrical-coordinate representation of color #BFFCE7: hue angle of 159.34º 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 #BFFCE7 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB191252231-
CMYK0.2400.080.01
HSL159.34º91.04%86.86%-
HSV(B)159.34º24.21%98.82%-
XYZ70.7286.4788.56-
YUV231.37127.7999.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.34%
GREEN value IS 252 (98.83% from 255) = 37.39%
BLUE value IS 231 (90.62% from 255) = 34.27%
R=28.34%
G=37.39%
B=34.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912522310.2400.080.01159.3491.0486.86
HexBFFCE7180819f5b57
Octal277374347300101237133127
Binary101111111111110011100111110000100011001111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCE7; }

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

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

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

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

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

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

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

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