#BBAFAC

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

Shades of Martini #BBAFAC

Tints of Martini #BBAFAC

Color information

#BBAFAC (or 0xBBAFAC) is unknown color: approx Martini. HEX triplet: BB, AF and AC. RGB value is (187,175,172). Sum of RGB (Red+Green+Blue) = 187+175+172=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFAC is #445053. Grayscale: #B2B2B2. Windows color (decimal): -4477012 or 11317179. OLE color: 11317179.

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

Color convert

RGB187175172-
CMYK00.060.080.27
HSL12º9.93%70.39%-
HSV(B)12º8.02%73.33%-
XYZ43.2744.245.28-
YUV178.25124.48134.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=35.02%
G=32.77%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717517200.060.080.27129.9370.39
HexBBAFAC0681Bca46
Octal2732572540610331412106
Binary1011101110101111101011000110100011011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFAC; }

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

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

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

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

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

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

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

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