#AB9BBC

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

Shades of East Side #AB9BBC

Tints of East Side #AB9BBC

Color information

#AB9BBC (or 0xAB9BBC) is unknown color: approx East Side. HEX triplet: AB, 9B and BC. RGB value is (171,155,188). Sum of RGB (Red+Green+Blue) = 171+155+188=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB9BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BBC is #546443. Grayscale: #A3A3A3. Windows color (decimal): -5530692 or 12360619. OLE color: 12360619.

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

Color convert

RGB171155188-
CMYK0.090.1800.26
HSL269.09º19.76%67.25%-
HSV(B)269.09º17.55%73.73%-
XYZ37.5935.7352.49-
YUV163.55141.8133.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=33.27%
G=30.16%
B=36.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711551880.090.1800.26269.0919.7667.25
HexAB9BBC91201A10d1443
Octal253233274112203241524103
Binary101010111001101110111100100110010011010100001101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BBC; }

 p { color: rgb(171,155,188); }

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

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

 a { background-color: rgb(171,155,188); }

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

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

 span { border-color: rgb(171,155,188); }

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