#BFC993

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

Shades of Green Mist #BFC993

Tints of Green Mist #BFC993

Color information

#BFC993 (or 0xBFC993) is unknown color: approx Green Mist. HEX triplet: BF, C9 and 93. RGB value is (191,201,147). Sum of RGB (Red+Green+Blue) = 191+201+147=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC993 is #40366C. Grayscale: #C0C0C0. Windows color (decimal): -4208237 or 9685439. OLE color: 9685439.

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

Color convert

RGB191201147-
CMYK0.0500.270.21
HSL71.11º33.33%68.24%-
HSV(B)71.11º26.87%78.82%-
XYZ47.6454.9635.7-
YUV191.85102.69127.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 201 (78.91% from 255) = 37.29%
BLUE value IS 147 (57.81% from 255) = 27.27%
R=35.44%
G=37.29%
B=27.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011470.0500.270.2171.1133.3368.24
HexBFC993501B15472144
Octal27731122350332510741104
Binary1011111111001001100100111010110111010110001111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC993; }

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

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

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

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

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

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

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

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