#ABABCB

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

Shades of Wistful #ABABCB

Tints of Wistful #ABABCB

Color information

#ABABCB (or 0xABABCB) is unknown color: approx Wistful. HEX triplet: AB, AB and CB. RGB value is (171,171,203). Sum of RGB (Red+Green+Blue) = 171+171+203=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABCB is #545434. Grayscale: #AEAEAE. Windows color (decimal): -5526581 or 13347755. OLE color: 13347755.

HSL color Cylindrical-coordinate representation of color #ABABCB: hue angle of 240º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABABCB is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171171203-
CMYK0.160.1600.20
HSL240º23.53%73.33%-
HSV(B)240º15.76%79.61%-
XYZ42.1442.162.4-
YUV174.65144125.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=31.38%
G=31.38%
B=37.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711712030.160.1600.2024023.5373.33
HexABABCB1010014f01849
Octal253253313202002436030111
Binary101010111010101111001011100001000001010011110000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABCB; }

 p { color: rgb(171,171,203); }

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

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

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

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

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

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

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