#BDAFAB

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

Shades of Martini #BDAFAB

Tints of Martini #BDAFAB

Color information

#BDAFAB (or 0xBDAFAB) is unknown color: approx Martini. HEX triplet: BD, AF and AB. RGB value is (189,175,171). Sum of RGB (Red+Green+Blue) = 189+175+171=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAFAB is #425054. Grayscale: #B2B2B2. Windows color (decimal): -4345941 or 11251645. OLE color: 11251645.

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

Color convert

RGB189175171-
CMYK00.070.100.26
HSL13.33º12%70.59%-
HSV(B)13.33º9.52%74.12%-
XYZ43.6744.4244.8-
YUV178.73123.64135.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=35.33%
G=32.71%
B=31.96%

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
Decimal18917517100.070.100.2613.331270.59
HexBDAFAB07A1Adc47
Octal2752572530712321514107
Binary1011110110101111101010110111101011010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFAB; }

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

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

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

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

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

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

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

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