#BBAEA8

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

Shades of Martini #BBAEA8

Tints of Martini #BBAEA8

Color information

#BBAEA8 (or 0xBBAEA8) is unknown color: approx Martini. HEX triplet: BB, AE and A8. RGB value is (187,174,168). Sum of RGB (Red+Green+Blue) = 187+174+168=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA8 is #445157. Grayscale: #B1B1B1. Windows color (decimal): -4477272 or 11054779. OLE color: 11054779.

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

Color convert

RGB187174168-
CMYK00.070.100.27
HSL18.95º12.26%69.61%-
HSV(B)18.95º10.16%73.33%-
XYZ42.743.6643.22-
YUV177.2122.81134.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 168 (66.02% from 255) = 31.76%
R=35.35%
G=32.89%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717416800.070.100.2718.9512.2669.61
HexBBAEA807A1B13c46
Octal2732562500712332314106
Binary10111011101011101010100001111010110111001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEA8; }

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

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

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

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

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

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

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

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