#ABACCB

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

Shades of Wistful #ABACCB

Tints of Wistful #ABACCB

Color information

#ABACCB (or 0xABACCB) is unknown color: approx Wistful. HEX triplet: AB, AC and CB. RGB value is (171,172,203). Sum of RGB (Red+Green+Blue) = 171+172+203=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACCB is #545334. Grayscale: #AFAFAF. Windows color (decimal): -5526325 or 13348011. OLE color: 13348011.

HSL color Cylindrical-coordinate representation of color #ABACCB: hue angle of 238.12º 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 #ABACCB is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171172203-
CMYK0.160.1500.20
HSL238.12º23.53%73.33%-
HSV(B)238.12º15.76%79.61%-
XYZ42.3342.4762.47-
YUV175.24143.67124.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=31.32%
G=31.50%
B=37.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711722030.160.1500.20238.1223.5373.33
HexABACCB10F014ee1849
Octal253254313201702435630111
Binary10101011101011001100101110000111101010011101110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACCB; }

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

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

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

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

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

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

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

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