#BBACA4

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

Shades of Martini #BBACA4

Tints of Martini #BBACA4

Color information

#BBACA4 (or 0xBBACA4) is unknown color: approx Martini. HEX triplet: BB, AC and A4. RGB value is (187,172,164). Sum of RGB (Red+Green+Blue) = 187+172+164=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACA4 is #44535B. Grayscale: #AFAFAF. Windows color (decimal): -4477788 or 10792123. OLE color: 10792123.

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

Color convert

RGB187172164-
CMYK00.080.120.27
HSL20.87º14.47%68.82%-
HSV(B)20.87º12.3%73.33%-
XYZ41.9542.7541.16-
YUV175.57121.47136.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=35.76%
G=32.89%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717216400.080.120.2720.8714.4768.82
HexBBACA408C1B15e45
Octal27325424401014332516105
Binary101110111010110010100100010001100110111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACA4; }

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

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

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

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

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

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

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

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