#AB9DBB

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

Shades of East Side #AB9DBB

Tints of East Side #AB9DBB

Color information

#AB9DBB (or 0xAB9DBB) is unknown color: approx East Side. HEX triplet: AB, 9D and BB. RGB value is (171,157,187). Sum of RGB (Red+Green+Blue) = 171+157+187=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB9DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DBB is #546244. Grayscale: #A4A4A4. Windows color (decimal): -5530181 or 12295595. OLE color: 12295595.

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

Color convert

RGB171157187-
CMYK0.090.1600.27
HSL268º18.07%67.45%-
HSV(B)268º16.04%73.33%-
XYZ37.8236.3652.04-
YUV164.61140.64132.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=33.20%
G=30.49%
B=36.31%

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
Decimal1711571870.090.1600.2726818.0767.45
HexAB9DBB91001B10c1243
Octal253235273112003341422103
Binary101010111001110110111011100110000011011100001100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DBB; }

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

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

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

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

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

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

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

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