#BDAEAA

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

Shades of Martini #BDAEAA

Tints of Martini #BDAEAA

Color information

#BDAEAA (or 0xBDAEAA) is unknown color: approx Martini. HEX triplet: BD, AE and AA. RGB value is (189,174,170). Sum of RGB (Red+Green+Blue) = 189+174+170=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEAA is #425155. Grayscale: #B2B2B2. Windows color (decimal): -4346198 or 11185853. OLE color: 11185853.

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

Color convert

RGB189174170-
CMYK00.080.100.26
HSL12.63º12.58%70.39%-
HSV(B)12.63º10.05%74.12%-
XYZ43.3843.9944.24-
YUV178.03123.47135.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=35.46%
G=32.65%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917417000.080.100.2612.6312.5870.39
HexBDAEAA08A1Add46
Octal27525625201012321515106
Binary10111101101011101010101001000101011010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEAA; }

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

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

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

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

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

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

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

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