#BABD9E

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

Shades of Green Mist #BABD9E

Tints of Green Mist #BABD9E

Color information

#BABD9E (or 0xBABD9E) is unknown color: approx Green Mist. HEX triplet: BA, BD and 9E. RGB value is (186,189,158). Sum of RGB (Red+Green+Blue) = 186+189+158=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD9E is #454261. Grayscale: #B8B8B8. Windows color (decimal): -4538978 or 10403258. OLE color: 10403258.

HSL color Cylindrical-coordinate representation of color #BABD9E: hue angle of 65.81º 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 #BABD9E is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB186189158-
CMYK0.0200.160.26
HSL65.81º19.02%68.04%-
HSV(B)65.81º16.4%74.12%-
XYZ44.6249.339.51-
YUV184.57113.01129.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=34.90%
G=35.46%
B=29.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891580.0200.160.2665.8119.0268.04
HexBABD9E20101A421344
Octal27227523620203210223104
Binary10111010101111011001111010010000110101000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD9E; }

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

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

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

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

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

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

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

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