Html Css Color HEX #BAAEA8 Martini

📋 copy color: '#BAAEA8'

red 186 ◦ green 174 ◦ blue 168

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

Shades of Martini #BAAEA8

Tints of Martini #BAAEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 35.23%
G = 32.95%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BAAEA8 (or 0xBAAEA8) is known color: Martini. HEX triplet: BA, AE and A8. RGB value is (186,174,168). Sum of RGB (Red+Green+Blue) = 186+174+168=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEA8 is #455157. Grayscale: #B0B0B0. Windows color (decimal): -4542808 or 11054778. OLE color: 11054778.

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

Color convert

RGB 186 174 168 -
CMYK 0 0.06 0.10 0.27
HSL 20º 0.12% 0.69% -
HSV(B) 20º 0.1% 0.73% -
XYZ 42.45 43.54 43.21 -
YUV 176.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 186 174 168 0 0.06 0.10 0.27 20 0.12 0.69
Hex BA AE A8 0 6 A 1B 14 C 45
Octal 272 256 250 0 6 12 33 24 14 105
Binary 10111010 10101110 10101000 0 110 1010 11011 10100 1100 1000101

Color Harmonies of #BAAEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEA8

Black with #BAAEA8

Text Example


Text Example

White with #BAAEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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