#BBAFAA

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

Shades of Martini #BBAFAA

Tints of Martini #BBAFAA

Color information

#BBAFAA (or 0xBBAFAA) is unknown color: approx Martini. HEX triplet: BB, AF and AA. RGB value is (187,175,170). Sum of RGB (Red+Green+Blue) = 187+175+170=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFAA is #445055. Grayscale: #B2B2B2. Windows color (decimal): -4477014 or 11186107. OLE color: 11186107.

HSL color Cylindrical-coordinate representation of color #BBAFAA: hue angle of 17.65º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBAFAA is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187175170-
CMYK00.060.090.27
HSL17.65º11.11%70%-
HSV(B)17.65º9.09%73.33%-
XYZ43.0844.1344.28-
YUV178.02123.48134.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=35.15%
G=32.89%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717517000.060.090.2717.6511.1170
HexBBAFAA0691B12b46
Octal2732572520611332213106
Binary10111011101011111010101001101001110111001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFAA; }

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

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

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

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

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

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

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

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