Html Css Color HEX #B2AEAD Martini

📋 copy color: '#B2AEAD'

red 178 ◦ green 174 ◦ blue 173

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

Shades of Martini #B2AEAD

Tints of Martini #B2AEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 33.9%
G = 33.14%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B2AEAD (or 0xB2AEAD) is known color: Martini. HEX triplet: B2, AE and AD. RGB value is (178,174,173). Sum of RGB (Red+Green+Blue) = 178+174+173=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AEAD is #4D5152. Grayscale: #AFAFAF. Windows color (decimal): -5067091 or 11382450. OLE color: 11382450.

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

Color convert

RGB 178 174 173 -
CMYK 0 0.02 0.03 0.30
HSL 12º 0.03% 0.69% -
HSV(B) 12º 0.03% 0.7% -
XYZ 41.04 42.75 45.62 -
YUV 175.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 178 174 173 0 0.02 0.03 0.30 12 0.03 0.69
Hex B2 AE AD 0 2 3 1E C 3 45
Octal 262 256 255 0 2 3 36 14 3 105
Binary 10110010 10101110 10101101 0 10 11 11110 1100 11 1000101

Color Harmonies of #B2AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEAD

Black with #B2AEAD

Text Example


Text Example

White with #B2AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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