Html Css Color HEX #BDB1AC Martini

📋 copy color: '#BDB1AC'

red 189 ◦ green 177 ◦ blue 172

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

Shades of Martini #BDB1AC

Tints of Martini #BDB1AC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.9%

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

R = 35.13%
G = 32.9%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BDB1AC (or 0xBDB1AC) is known color: Martini. HEX triplet: BD, B1 and AC. RGB value is (189,177,172). Sum of RGB (Red+Green+Blue) = 189+177+172=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB1AC is #424E53. Grayscale: #B4B4B4. Windows color (decimal): -4345428 or 11317693. OLE color: 11317693.

HSL color Cylindrical-coordinate representation of color #BDB1AC: hue angle of 17.65º 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 #BDB1AC is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 172 -
CMYK 0 0.06 0.09 0.26
HSL 17.65º 0.11% 0.71% -
HSV(B) 17.65º 0.09% 0.74% -
XYZ 44.15 45.24 45.44 -
YUV 180.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 189 177 172 0 0.06 0.09 0.26 17.65 0.11 0.71
Hex BD B1 AC 0 6 9 1A 12 B 47
Octal 275 261 254 0 6 11 32 22 13 107
Binary 10111101 10110001 10101100 0 110 1001 11010 10010 1011 1000111

Color Harmonies of #BDB1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1AC

Black with #BDB1AC

Text Example


Text Example

White with #BDB1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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