#BFC997

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

Shades of Green Mist #BFC997

Tints of Green Mist #BFC997

Color information

#BFC997 (or 0xBFC997) is unknown color: approx Green Mist. HEX triplet: BF, C9 and 97. RGB value is (191,201,151). Sum of RGB (Red+Green+Blue) = 191+201+151=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC997 is #403668. Grayscale: #C0C0C0. Windows color (decimal): -4208233 or 9947583. OLE color: 9947583.

HSL color Cylindrical-coordinate representation of color #BFC997: hue angle of 72º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC997 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB191201151-
CMYK0.0500.250.21
HSL72º31.65%69.02%-
HSV(B)72º24.88%78.82%-
XYZ47.9655.0837.38-
YUV192.31104.69127.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 201 (78.91% from 255) = 37.02%
BLUE value IS 151 (59.38% from 255) = 27.81%
R=35.17%
G=37.02%
B=27.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011510.0500.250.217231.6569.02
HexBFC997501915482045
Octal27731122750312511040105
Binary1011111111001001100101111010110011010110010001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC997; }

 p { color: rgb(191,201,151); }

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

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

 a { background-color: rgb(191,201,151); }

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

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

 span { border-color: rgb(191,201,151); }

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