Html Css Color HEX #BAAEAB Martini

📋 copy color: '#BAAEAB'

red 186 ◦ green 174 ◦ blue 171

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

Shades of Martini #BAAEAB

Tints of Martini #BAAEAB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.77%

 BLUE value IS 171 (67.19% from 255) = 32.2%

R = 35.03%
G = 32.77%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BAAEAB (or 0xBAAEAB) is known color: Martini. HEX triplet: BA, AE and AB. RGB value is (186,174,171). Sum of RGB (Red+Green+Blue) = 186+174+171=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEAB is #455154. Grayscale: #B1B1B1. Windows color (decimal): -4542805 or 11251386. OLE color: 11251386.

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

Color convert

RGB 186 174 171 -
CMYK 0 0.06 0.08 0.27
HSL 12º 0.1% 0.7% -
HSV(B) 12º 0.08% 0.73% -
XYZ 42.74 43.65 44.7 -
YUV 177.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 186 174 171 0 0.06 0.08 0.27 12 0.1 0.7
Hex BA AE AB 0 6 8 1B C A 46
Octal 272 256 253 0 6 10 33 14 12 106
Binary 10111010 10101110 10101011 0 110 1000 11011 1100 1010 1000110

Color Harmonies of #BAAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEAB

Black with #BAAEAB

Text Example


Text Example

White with #BAAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEAB; }

 p { color: rgb(186,174,171); }

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

background-color css

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

 a { background-color: rgb(186,174,171); }

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

border-color css

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

 span { border-color: rgb(186,174,171); }

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