#BFC893

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

Shades of Green Mist #BFC893

Tints of Green Mist #BFC893

Color information

#BFC893 (or 0xBFC893) is unknown color: approx Green Mist. HEX triplet: BF, C8 and 93. RGB value is (191,200,147). Sum of RGB (Red+Green+Blue) = 191+200+147=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC893 is #40376C. Grayscale: #BFBFBF. Windows color (decimal): -4208493 or 9685183. OLE color: 9685183.

HSL color Cylindrical-coordinate representation of color #BFC893: hue angle of 70.19º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFC893 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB191200147-
CMYK0.0400.260.22
HSL70.19º32.52%68.04%-
HSV(B)70.19º26.5%78.43%-
XYZ47.4154.4935.62-
YUV191.27103.02127.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=35.50%
G=37.17%
B=27.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001470.0400.260.2270.1932.5268.04
HexBFC893401A16462144
Octal27731022340322610641104
Binary1011111111001000100100111000110101011010001101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC893; }

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

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

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

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

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

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

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

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