#BFAEAA

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

Shades of Martini #BFAEAA

Tints of Martini #BFAEAA

Color information

#BFAEAA (or 0xBFAEAA) is unknown color: approx Martini. HEX triplet: BF, AE and AA. RGB value is (191,174,170). Sum of RGB (Red+Green+Blue) = 191+174+170=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEAA is #405155. Grayscale: #B2B2B2. Windows color (decimal): -4215126 or 11185855. OLE color: 11185855.

HSL color Cylindrical-coordinate representation of color #BFAEAA: hue angle of 11.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAEAA is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB191174170-
CMYK00.090.110.25
HSL11.43º14.09%70.78%-
HSV(B)11.43º10.99%74.9%-
XYZ43.8844.2544.26-
YUV178.63123.13136.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=35.70%
G=32.52%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117417000.090.110.2511.4314.0970.78
HexBFAEAA09B19be47
Octal27725625201113311316107
Binary10111111101011101010101001001101111001101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEAA; }

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

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

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

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

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

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

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

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