Html Css Color HEX #BDAAA2 Martini

📋 copy color: '#BDAAA2'

red 189 ◦ green 170 ◦ blue 162

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

Shades of Martini #BDAAA2

Tints of Martini #BDAAA2

RGB

 RED value IS 189 (74.22% from 255) = 36.28%

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

 BLUE value IS 162 (63.67% from 255) = 31.09%

R = 36.28%
G = 32.63%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BDAAA2 (or 0xBDAAA2) is known color: Martini. HEX triplet: BD, AA and A2. RGB value is (189,170,162). Sum of RGB (Red+Green+Blue) = 189+170+162=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAA2 is #42555D. Grayscale: #AEAEAE. Windows color (decimal): -4347230 or 10660541. OLE color: 10660541.

HSL color Cylindrical-coordinate representation of color #BDAAA2: hue angle of 17.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDAAA2 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 170 162 -
CMYK 0 0.10 0.14 0.26
HSL 17.78º 0.17% 0.69% -
HSV(B) 17.78º 0.14% 0.74% -
XYZ 41.88 42.18 40.12 -
YUV 174.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 189 170 162 0 0.10 0.14 0.26 17.78 0.17 0.69
Hex BD AA A2 0 A E 1A 12 11 45
Octal 275 252 242 0 12 16 32 22 21 105
Binary 10111101 10101010 10100010 0 1010 1110 11010 10010 10001 1000101

Color Harmonies of #BDAAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAAA2

Black with #BDAAA2

Text Example


Text Example

White with #BDAAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAAA2; }

 p { color: rgb(189,170,162); }

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

background-color css

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

 a { background-color: rgb(189,170,162); }

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

border-color css

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

 span { border-color: rgb(189,170,162); }

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