#ABACCE

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

Shades of Wistful #ABACCE

Tints of Wistful #ABACCE

Color information

#ABACCE (or 0xABACCE) is unknown color: approx Wistful. HEX triplet: AB, AC and CE. RGB value is (171,172,206). Sum of RGB (Red+Green+Blue) = 171+172+206=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACCE is #545331. Grayscale: #AFAFAF. Windows color (decimal): -5526322 or 13544619. OLE color: 13544619.

HSL color Cylindrical-coordinate representation of color #ABACCE: hue angle of 238.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABACCE is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171172206-
CMYK0.170.1700.19
HSL238.29º26.32%73.92%-
HSV(B)238.29º16.99%80.78%-
XYZ42.6942.6264.37-
YUV175.58145.17124.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=31.15%
G=31.33%
B=37.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711722060.170.1700.19238.2926.3273.92
HexABACCE1111013ee1a4a
Octal253254316212102335632112
Binary101010111010110011001110100011000101001111101110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACCE; }

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

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

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

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

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

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

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

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