#BCBD94

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

Shades of Green Mist #BCBD94

Tints of Green Mist #BCBD94

Color information

#BCBD94 (or 0xBCBD94) is unknown color: approx Green Mist. HEX triplet: BC, BD and 94. RGB value is (188,189,148). Sum of RGB (Red+Green+Blue) = 188+189+148=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD94 is #43426B. Grayscale: #B8B8B8. Windows color (decimal): -4407916 or 9747900. OLE color: 9747900.

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

Color convert

RGB188189148-
CMYK0.0100.220.26
HSL61.46º23.7%66.08%-
HSV(B)61.46º21.69%74.12%-
XYZ44.2849.2235.18-
YUV184.03107.67130.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=35.81%
G=36%
B=28.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891480.0100.220.2661.4623.766.08
HexBCBD9410161A3d1842
Octal2742752241026327530102
Binary101111001011110110010100101011011010111101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD94; }

 p { color: rgb(188,189,148); }

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

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

 a { background-color: rgb(188,189,148); }

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

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

 span { border-color: rgb(188,189,148); }

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