#BFC194

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

Shades of Green Mist #BFC194

Tints of Green Mist #BFC194

Color information

#BFC194 (or 0xBFC194) is unknown color: approx Green Mist. HEX triplet: BF, C1 and 94. RGB value is (191,193,148). Sum of RGB (Red+Green+Blue) = 191+193+148=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC194 is #403E6B. Grayscale: #BBBBBB. Windows color (decimal): -4210284 or 9748927. OLE color: 9748927.

HSL color Cylindrical-coordinate representation of color #BFC194: hue angle of 62.67º degrees, saturation: 0.27, 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 #BFC194 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB191193148-
CMYK0.0100.230.24
HSL62.67º26.63%66.86%-
HSV(B)62.67º23.32%75.69%-
XYZ45.951.3535.51-
YUV187.27105.84130.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 148 (58.20% from 255) = 27.82%
R=35.90%
G=36.28%
B=27.82%

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
Decimal1911931480.0100.230.2462.6726.6366.86
HexBFC1941017183f1b43
Octal2773012241027307733103
Binary101111111100000110010100101011111000111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC194; }

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

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

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

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

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

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

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

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