#BDB2AE

Color #BDB2AE Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #BDB2AE

Tints of Martini #BDB2AE

Color information

#BDB2AE (or 0xBDB2AE) is unknown color: approx Martini. HEX triplet: BD, B2 and AE. RGB value is (189,178,174). Sum of RGB (Red+Green+Blue) = 189+178+174=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2AE is #424D51. Grayscale: #B4B4B4. Windows color (decimal): -4345170 or 11449021. OLE color: 11449021.

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

Color convert

RGB189178174-
CMYK00.060.080.26
HSL16º10.2%71.18%-
HSV(B)16º7.94%74.12%-
XYZ44.5545.7246.52-
YUV180.83124.14133.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=34.94%
G=32.90%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917817400.060.080.261610.271.18
HexBDB2AE0681A10a47
Octal2752622560610322012107
Binary10111101101100101010111001101000110101000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2AE; }

 p { color: rgb(189,178,174); }

 H1.HeaderClassName
 {
   color: #BDB2AE;
 }
 .AnyTagClassName
 {
   color: #BDB2AE;
 }
</style>
background-color css

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

 a { background-color: rgb(189,178,174); }

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

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

 span { border-color: rgb(189,178,174); }

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