#AB99BB

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

Shades of East Side #AB99BB

Tints of East Side #AB99BB

Color information

#AB99BB (or 0xAB99BB) is unknown color: approx East Side. HEX triplet: AB, 99 and BB. RGB value is (171,153,187). Sum of RGB (Red+Green+Blue) = 171+153+187=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB99BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99BB is #546644. Grayscale: #A2A2A2. Windows color (decimal): -5531205 or 12294571. OLE color: 12294571.

HSL color Cylindrical-coordinate representation of color #AB99BB: hue angle of 271.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB99BB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171153187-
CMYK0.090.1800.27
HSL271.76º20%66.67%-
HSV(B)271.76º18.18%73.33%-
XYZ37.1635.0351.82-
YUV162.26141.96134.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=33.46%
G=29.94%
B=36.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711531870.090.1800.27271.762066.67
HexAB99BB91201B1101443
Octal253231273112203342024103
Binary101010111001100110111011100110010011011100010000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99BB; }

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

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

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

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

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

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

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

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