#BCBD9E

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

Shades of Green Mist #BCBD9E

Tints of Green Mist #BCBD9E

Color information

#BCBD9E (or 0xBCBD9E) is unknown color: approx Green Mist. HEX triplet: BC, BD and 9E. RGB value is (188,189,158). Sum of RGB (Red+Green+Blue) = 188+189+158=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD9E is #434261. Grayscale: #B9B9B9. Windows color (decimal): -4407906 or 10403260. OLE color: 10403260.

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

Color convert

RGB188189158-
CMYK0.0100.160.26
HSL61.94º19.02%68.04%-
HSV(B)61.94º16.4%74.12%-
XYZ45.1149.5639.54-
YUV185.17112.67130.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=35.14%
G=35.33%
B=29.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891580.0100.160.2661.9419.0268.04
HexBCBD9E10101A3e1344
Octal2742752361020327623104
Binary101111001011110110011110101000011010111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD9E; }

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

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

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

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

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

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

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

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