#BDAFAA

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

Shades of Martini #BDAFAA

Tints of Martini #BDAFAA

Color information

#BDAFAA (or 0xBDAFAA) is unknown color: approx Martini. HEX triplet: BD, AF and AA. RGB value is (189,175,170). Sum of RGB (Red+Green+Blue) = 189+175+170=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFAA is #425055. Grayscale: #B2B2B2. Windows color (decimal): -4345942 or 11186109. OLE color: 11186109.

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

Color convert

RGB189175170-
CMYK00.070.100.26
HSL15.79º12.58%70.39%-
HSV(B)15.79º10.05%74.12%-
XYZ43.5744.3844.3-
YUV178.62123.14135.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=35.39%
G=32.77%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917517000.070.100.2615.7912.5870.39
HexBDAFAA07A1A10d46
Octal2752572520712322015106
Binary10111101101011111010101001111010110101000011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFAA; }

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

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

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

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

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

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

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

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