#BBAEAB

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

Shades of Martini #BBAEAB

Tints of Martini #BBAEAB

Color information

#BBAEAB (or 0xBBAEAB) is unknown color: approx Martini. HEX triplet: BB, AE and AB. RGB value is (187,174,171). Sum of RGB (Red+Green+Blue) = 187+174+171=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEAB is #445154. Grayscale: #B1B1B1. Windows color (decimal): -4477269 or 11251387. OLE color: 11251387.

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

Color convert

RGB187174171-
CMYK00.070.090.27
HSL11.25º10.53%70.2%-
HSV(B)11.25º8.56%73.33%-
XYZ42.9843.7844.71-
YUV177.54124.31134.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=35.15%
G=32.71%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717417100.070.090.2711.2510.5370.2
HexBBAEAB0791Bbb46
Octal2732562530711331313106
Binary1011101110101110101010110111100111011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEAB; }

 p { color: rgb(187,174,171); }

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

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

 a { background-color: rgb(187,174,171); }

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

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

 span { border-color: rgb(187,174,171); }

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