#BBAAA5

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

Shades of Martini #BBAAA5

Tints of Martini #BBAAA5

Color information

#BBAAA5 (or 0xBBAAA5) is unknown color: approx Martini. HEX triplet: BB, AA and A5. RGB value is (187,170,165). Sum of RGB (Red+Green+Blue) = 187+170+165=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAA5 is #44555A. Grayscale: #AEAEAE. Windows color (decimal): -4478299 or 10857147. OLE color: 10857147.

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

Color convert

RGB187170165-
CMYK00.090.120.27
HSL13.64º13.92%69.02%-
HSV(B)13.64º11.76%73.33%-
XYZ41.6642.0341.51-
YUV174.51122.63136.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=35.82%
G=32.57%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717016500.090.120.2713.6413.9269.02
HexBBAAA509C1Bee45
Octal27325224501114331616105
Binary10111011101010101010010101001110011011111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAA5; }

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

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

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

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

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

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

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

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