#BBACA8

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

Shades of Martini #BBACA8

Tints of Martini #BBACA8

Color information

#BBACA8 (or 0xBBACA8) is unknown color: approx Martini. HEX triplet: BB, AC and A8. RGB value is (187,172,168). Sum of RGB (Red+Green+Blue) = 187+172+168=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACA8 is #445357. Grayscale: #B0B0B0. Windows color (decimal): -4477784 or 11054267. OLE color: 11054267.

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

Color convert

RGB187172168-
CMYK00.080.100.27
HSL12.63º12.26%69.61%-
HSV(B)12.63º10.16%73.33%-
XYZ42.3142.943.1-
YUV176.03123.47135.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 168 (66.02% from 255) = 31.88%
R=35.48%
G=32.64%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717216800.080.100.2712.6312.2669.61
HexBBACA808A1Bdc46
Octal27325425001012331514106
Binary10111011101011001010100001000101011011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACA8; }

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

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

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

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

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

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

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

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