#ACABBE

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

Shades of Wistful #ACABBE

Tints of Wistful #ACABBE

Color information

#ACABBE (or 0xACABBE) is unknown color: approx Wistful. HEX triplet: AC, AB and BE. RGB value is (172,171,190). Sum of RGB (Red+Green+Blue) = 172+171+190=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABBE is #535441. Grayscale: #ADADAD. Windows color (decimal): -5461058 or 12495788. OLE color: 12495788.

HSL color Cylindrical-coordinate representation of color #ACABBE: hue angle of 243.16º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACABBE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172171190-
CMYK0.090.1000.25
HSL243.16º12.75%70.78%-
HSV(B)243.16º10%74.51%-
XYZ40.8741.6154.59-
YUV173.46137.33126.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=32.27%
G=32.08%
B=35.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721711900.090.1000.25243.1612.7570.78
HexACABBE9A019f3d47
Octal254253276111203136315107
Binary101011001010101110111110100110100110011111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABBE; }

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

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

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

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

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

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

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

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