Html Css Color HEX #B2ADAA Martini

📋 copy color: '#B2ADAA'

red 178 ◦ green 173 ◦ blue 170

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

Shades of Martini #B2ADAA

Tints of Martini #B2ADAA

RGB

 RED value IS 178 (69.92% from 255) = 34.17%

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

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

R = 34.17%
G = 33.21%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B2ADAA (or 0xB2ADAA) is known color: Martini. HEX triplet: B2, AD and AA. RGB value is (178,173,170). Sum of RGB (Red+Green+Blue) = 178+173+170=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ADAA is #4D5255. Grayscale: #AEAEAE. Windows color (decimal): -5067350 or 11185586. OLE color: 11185586.

HSL color Cylindrical-coordinate representation of color #B2ADAA: hue angle of 22.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2ADAA is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 173 170 -
CMYK 0 0.03 0.04 0.30
HSL 22.5º 0.05% 0.68% -
HSV(B) 22.5º 0.04% 0.7% -
XYZ 40.56 42.25 44.05 -
YUV 174.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 178 173 170 0 0.03 0.04 0.30 22.5 0.05 0.68
Hex B2 AD AA 0 3 4 1E 16 5 44
Octal 262 255 252 0 3 4 36 26 5 104
Binary 10110010 10101101 10101010 0 11 100 11110 10110 101 1000100

Color Harmonies of #B2ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADAA

Black with #B2ADAA

Text Example


Text Example

White with #B2ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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