Html Css Color HEX #BAADAA Martini

📋 copy color: '#BAADAA'

red 186 ◦ green 173 ◦ blue 170

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

Shades of Martini #BAADAA

Tints of Martini #BAADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.7%

 BLUE value IS 170 (66.8% from 255) = 32.14%

R = 35.16%
G = 32.7%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BAADAA (or 0xBAADAA) is known color: Martini. HEX triplet: BA, AD and AA. RGB value is (186,173,170). Sum of RGB (Red+Green+Blue) = 186+173+170=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADAA is #455255. Grayscale: #B0B0B0. Windows color (decimal): -4543062 or 11185594. OLE color: 11185594.

HSL color Cylindrical-coordinate representation of color #BAADAA: hue angle of 11.25º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAADAA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 173 170 -
CMYK 0 0.07 0.09 0.27
HSL 11.25º 0.1% 0.7% -
HSV(B) 11.25º 0.09% 0.73% -
XYZ 42.45 43.23 44.14 -
YUV 176.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 186 173 170 0 0.07 0.09 0.27 11.25 0.1 0.7
Hex BA AD AA 0 7 9 1B B A 46
Octal 272 255 252 0 7 11 33 13 12 106
Binary 10111010 10101101 10101010 0 111 1001 11011 1011 1010 1000110

Color Harmonies of #BAADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADAA

Black with #BAADAA

Text Example


Text Example

White with #BAADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADAA; }

 p { color: rgb(186,173,170); }

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

background-color css

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

 a { background-color: rgb(186,173,170); }

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

border-color css

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

 span { border-color: rgb(186,173,170); }

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