#ACACEB

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

Shades of Perano #ACACEB

Tints of Perano #ACACEB

Color information

#ACACEB (or 0xACACEB) is unknown color: approx Perano. HEX triplet: AC, AC and EB. RGB value is (172,172,235). Sum of RGB (Red+Green+Blue) = 172+172+235=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACACEB is #535314. Grayscale: #B2B2B2. Windows color (decimal): -5460757 or 15445164. OLE color: 15445164.

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

Color convert

RGB172172235-
CMYK0.270.2700.08
HSL240º61.17%79.8%-
HSV(B)240º26.81%92.16%-
XYZ46.7644.2784.68-
YUV179.18159.5122.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=29.71%
G=29.71%
B=40.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721722350.270.2700.0824061.1779.8
HexACACEB1B1B08f03d50
Octal254254353333301036075120
Binary101011001010110011101011110111101101000111100001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACEB; }

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

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

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

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

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

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

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

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