#BFC293

Color #BFC293 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BFC293

Tints of Green Mist #BFC293

Color information

#BFC293 (or 0xBFC293) is unknown color: approx Green Mist. HEX triplet: BF, C2 and 93. RGB value is (191,194,147). Sum of RGB (Red+Green+Blue) = 191+194+147=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC293 is #403D6C. Grayscale: #BBBBBB. Windows color (decimal): -4210029 or 9683647. OLE color: 9683647.

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

Color convert

RGB191194147-
CMYK0.0200.240.24
HSL63.83º27.81%66.86%-
HSV(B)63.83º24.23%76.08%-
XYZ46.0451.7735.17-
YUV187.74105.01130.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 194 (76.17% from 255) = 36.47%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=35.90%
G=36.47%
B=27.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941470.0200.240.2463.8327.8166.86
HexBFC293201818401c43
Octal27730222320303010034103
Binary10111111110000101001001110011000110001000000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC293; }

 p { color: rgb(191,194,147); }

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

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

 a { background-color: rgb(191,194,147); }

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

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

 span { border-color: rgb(191,194,147); }

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