#BFC1A1

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

Shades of Green Mist #BFC1A1

Tints of Green Mist #BFC1A1

Color information

#BFC1A1 (or 0xBFC1A1) is unknown color: approx Green Mist. HEX triplet: BF, C1 and A1. RGB value is (191,193,161). Sum of RGB (Red+Green+Blue) = 191+193+161=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC1A1 is #403E5E. Grayscale: #BCBCBC. Windows color (decimal): -4210271 or 10600895. OLE color: 10600895.

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

Color convert

RGB191193161-
CMYK0.0100.170.24
HSL63.75º20.51%69.41%-
HSV(B)63.75º16.58%75.69%-
XYZ46.9951.7941.24-
YUV188.75112.34129.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=35.05%
G=35.41%
B=29.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931610.0100.170.2463.7520.5169.41
HexBFC1A1101118401545
Octal27730124110213010025105
Binary1011111111000001101000011010001110001000000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC1A1; }

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

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

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

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

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

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

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

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