Html Css Color HEX #BABD8D Green Mist

📋 copy color: '#BABD8D'

red 186 ◦ green 189 ◦ blue 141

#BABD8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #BABD8D

Tints of Green Mist #BABD8D

RGB

 RED value IS 186 (73.05% from 255) = 36.05%

 GREEN value IS 189 (74.22% from 255) = 36.63%

 BLUE value IS 141 (55.47% from 255) = 27.33%

R = 36.05%
G = 36.63%
B = 27.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BABD8D (or 0xBABD8D) is known color: Green Mist. HEX triplet: BA, BD and 8D. RGB value is (186,189,141). Sum of RGB (Red+Green+Blue) = 186+189+141=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD8D is #454272. Grayscale: #B6B6B6. Windows color (decimal): -4538995 or 9289146. OLE color: 9289146.

HSL color Cylindrical-coordinate representation of color #BABD8D: hue angle of 63.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BABD8D is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 141 -
CMYK 0.02 0 0.25 0.26
HSL 63.75º 0.27% 0.65% -
HSV(B) 63.75º 0.25% 0.74% -
XYZ 43.26 48.76 32.33 -
YUV 182.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 186 189 141 0.02 0 0.25 0.26 63.75 0.27 0.65
Hex BA BD 8D 2 0 19 1A 40 1B 41
Octal 272 275 215 2 0 31 32 100 33 101
Binary 10111010 10111101 10001101 10 0 11001 11010 1000000 11011 1000001

Color Harmonies of #BABD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD8D

Black with #BABD8D

Text Example


Text Example

White with #BABD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD8D; }

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

 H1.HeaderClassName
 {
   color: #BABD8D;
 }
 .AnyTagClassName
 {
   color: #BABD8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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