Html Css Color HEX #BDB0AC Martini

📋 copy color: '#BDB0AC'

red 189 ◦ green 176 ◦ blue 172

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

Shades of Martini #BDB0AC

Tints of Martini #BDB0AC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.77%

 BLUE value IS 172 (67.58% from 255) = 32.03%

R = 35.2%
G = 32.77%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BDB0AC (or 0xBDB0AC) is known color: Martini. HEX triplet: BD, B0 and AC. RGB value is (189,176,172). Sum of RGB (Red+Green+Blue) = 189+176+172=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0AC is #424F53. Grayscale: #B3B3B3. Windows color (decimal): -4345684 or 11317437. OLE color: 11317437.

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

Color convert

RGB 189 176 172 -
CMYK 0 0.07 0.09 0.26
HSL 14.12º 0.11% 0.71% -
HSV(B) 14.12º 0.09% 0.74% -
XYZ 43.96 44.85 45.37 -
YUV 179.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 189 176 172 0 0.07 0.09 0.26 14.12 0.11 0.71
Hex BD B0 AC 0 7 9 1A E B 47
Octal 275 260 254 0 7 11 32 16 13 107
Binary 10111101 10110000 10101100 0 111 1001 11010 1110 1011 1000111

Color Harmonies of #BDB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0AC

Black with #BDB0AC

Text Example


Text Example

White with #BDB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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