Html Css Color HEX #BDAAA4 Martini

📋 copy color: '#BDAAA4'

red 189 ◦ green 170 ◦ blue 164

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

Shades of Martini #BDAAA4

Tints of Martini #BDAAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.36%

R = 36.14%
G = 32.5%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BDAAA4 (or 0xBDAAA4) is known color: Martini. HEX triplet: BD, AA and A4. RGB value is (189,170,164). Sum of RGB (Red+Green+Blue) = 189+170+164=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAA4 is #42555B. Grayscale: #AFAFAF. Windows color (decimal): -4347228 or 10791613. OLE color: 10791613.

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

Color convert

RGB 189 170 164 -
CMYK 0 0.10 0.13 0.26
HSL 14.4º 0.16% 0.69% -
HSV(B) 14.4º 0.13% 0.74% -
XYZ 42.06 42.25 41.06 -
YUV 175 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 189 170 164 0 0.10 0.13 0.26 14.4 0.16 0.69
Hex BD AA A4 0 A D 1A E 10 45
Octal 275 252 244 0 12 15 32 16 20 105
Binary 10111101 10101010 10100100 0 1010 1101 11010 1110 10000 1000101

Color Harmonies of #BDAAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAAA4

Black with #BDAAA4

Text Example


Text Example

White with #BDAAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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