Html Css Color HEX #BDACA6 Martini

📋 copy color: '#BDACA6'

red 189 ◦ green 172 ◦ blue 166

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

Shades of Martini #BDACA6

Tints of Martini #BDACA6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.64%

 BLUE value IS 166 (65.23% from 255) = 31.5%

R = 35.86%
G = 32.64%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BDACA6 (or 0xBDACA6) is known color: Martini. HEX triplet: BD, AC and A6. RGB value is (189,172,166). Sum of RGB (Red+Green+Blue) = 189+172+166=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACA6 is #425359. Grayscale: #B0B0B0. Windows color (decimal): -4346714 or 10923197. OLE color: 10923197.

HSL color Cylindrical-coordinate representation of color #BDACA6: hue angle of 15.65º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDACA6 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 172 166 -
CMYK 0 0.09 0.12 0.26
HSL 15.65º 0.15% 0.7% -
HSV(B) 15.65º 0.12% 0.74% -
XYZ 42.62 43.08 42.14 -
YUV 176.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 189 172 166 0 0.09 0.12 0.26 15.65 0.15 0.7
Hex BD AC A6 0 9 C 1A 10 F 46
Octal 275 254 246 0 11 14 32 20 17 106
Binary 10111101 10101100 10100110 0 1001 1100 11010 10000 1111 1000110

Color Harmonies of #BDACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACA6

Black with #BDACA6

Text Example


Text Example

White with #BDACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACA6; }

 p { color: rgb(189,172,166); }

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

background-color css

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

 a { background-color: rgb(189,172,166); }

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

border-color css

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

 span { border-color: rgb(189,172,166); }

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