#ACACBE

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

Shades of Wistful #ACACBE

Tints of Wistful #ACACBE

Color information

#ACACBE (or 0xACACBE) is unknown color: approx Wistful. HEX triplet: AC, AC and BE. RGB value is (172,172,190). Sum of RGB (Red+Green+Blue) = 172+172+190=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACBE is #535341. Grayscale: #ADADAD. Windows color (decimal): -5460802 or 12496044. OLE color: 12496044.

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

Color convert

RGB172172190-
CMYK0.090.0900.25
HSL240º12.16%70.98%-
HSV(B)240º9.47%74.51%-
XYZ41.0641.9954.66-
YUV174.05137126.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=32.21%
G=32.21%
B=35.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721721900.090.0900.2524012.1670.98
HexACACBE99019f0c47
Octal254254276111103136014107
Binary101011001010110010111110100110010110011111000011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACBE; }

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

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

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

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

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

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

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

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