#BFC892

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

Shades of Green Mist #BFC892

Tints of Green Mist #BFC892

Color information

#BFC892 (or 0xBFC892) is unknown color: approx Green Mist. HEX triplet: BF, C8 and 92. RGB value is (191,200,146). Sum of RGB (Red+Green+Blue) = 191+200+146=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC892 is #40376D. Grayscale: #BFBFBF. Windows color (decimal): -4208494 or 9619647. OLE color: 9619647.

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

Color convert

RGB191200146-
CMYK0.0400.270.22
HSL70º32.93%67.84%-
HSV(B)70º27%78.43%-
XYZ47.3354.4635.21-
YUV191.15102.52127.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 200 (78.52% from 255) = 37.24%
BLUE value IS 146 (57.42% from 255) = 27.19%
R=35.57%
G=37.24%
B=27.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001460.0400.270.227032.9367.84
HexBFC892401B16462144
Octal27731022240332610641104
Binary1011111111001000100100101000110111011010001101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC892; }

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

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

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

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

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

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

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

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