#AB9EBB

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

Shades of East Side #AB9EBB

Tints of East Side #AB9EBB

Color information

#AB9EBB (or 0xAB9EBB) is unknown color: approx East Side. HEX triplet: AB, 9E and BB. RGB value is (171,158,187). Sum of RGB (Red+Green+Blue) = 171+158+187=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB9EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EBB is #546144. Grayscale: #A5A5A5. Windows color (decimal): -5529925 or 12295851. OLE color: 12295851.

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

Color convert

RGB171158187-
CMYK0.090.1600.27
HSL266.9º17.58%67.65%-
HSV(B)266.9º15.51%73.33%-
XYZ37.9936.752.1-
YUV165.19140.31132.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=33.14%
G=30.62%
B=36.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711581870.090.1600.27266.917.5867.65
HexAB9EBB91001B10b1244
Octal253236273112003341322104
Binary101010111001111010111011100110000011011100001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EBB; }

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

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

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

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

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

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

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

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