#BFC195

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

Shades of Green Mist #BFC195

Tints of Green Mist #BFC195

Color information

#BFC195 (or 0xBFC195) is unknown color: approx Green Mist. HEX triplet: BF, C1 and 95. RGB value is (191,193,149). Sum of RGB (Red+Green+Blue) = 191+193+149=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC195 is #403E6A. Grayscale: #BBBBBB. Windows color (decimal): -4210283 or 9814463. OLE color: 9814463.

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

Color convert

RGB191193149-
CMYK0.0100.230.24
HSL62.73º26.19%67.06%-
HSV(B)62.73º22.8%75.69%-
XYZ45.9851.3935.93-
YUV187.39106.34130.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=35.83%
G=36.21%
B=27.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931490.0100.230.2462.7326.1967.06
HexBFC1951017183f1a43
Octal2773012251027307732103
Binary101111111100000110010101101011111000111111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC195; }

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

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

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

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

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

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

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

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