#ACABE2

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

Shades of Perano #ACABE2

Tints of Perano #ACABE2

Color information

#ACABE2 (or 0xACABE2) is unknown color: approx Perano. HEX triplet: AC, AB and E2. RGB value is (172,171,226). Sum of RGB (Red+Green+Blue) = 172+171+226=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABE2 is #53541D. Grayscale: #B1B1B1. Windows color (decimal): -5461022 or 14855084. OLE color: 14855084.

HSL color Cylindrical-coordinate representation of color #ACABE2: hue angle of 241.09º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACABE2 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172171226-
CMYK0.240.2400.11
HSL241.09º48.67%77.84%-
HSV(B)241.09º24.34%88.63%-
XYZ45.343.3977.94-
YUV177.57155.33124.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.23%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 226 (88.67% from 255) = 39.72%
R=30.23%
G=30.05%
B=39.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721712260.240.2400.11241.0948.6777.84
HexACABE218180Bf1314e
Octal254253342303001336161116
Binary101011001010101111100010110001100001011111100011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABE2; }

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

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

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

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

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

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

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

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