#BFC695

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

Shades of Green Mist #BFC695

Tints of Green Mist #BFC695

Color information

#BFC695 (or 0xBFC695) is unknown color: approx Green Mist. HEX triplet: BF, C6 and 95. RGB value is (191,198,149). Sum of RGB (Red+Green+Blue) = 191+198+149=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC695 is #40396A. Grayscale: #BEBEBE. Windows color (decimal): -4209003 or 9815743. OLE color: 9815743.

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

Color convert

RGB191198149-
CMYK0.0400.250.22
HSL68.57º30.06%68.04%-
HSV(B)68.57º24.75%77.65%-
XYZ47.153.6336.3-
YUV190.32104.68128.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=35.50%
G=36.80%
B=27.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981490.0400.250.2268.5730.0668.04
HexBFC695401916451e44
Octal27730622540312610536104
Binary101111111100011010010101100011001101101000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC695; }

 p { color: rgb(191,198,149); }

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

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

 a { background-color: rgb(191,198,149); }

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

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

 span { border-color: rgb(191,198,149); }

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