#ACB0EA

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

Shades of Perano #ACB0EA

Tints of Perano #ACB0EA

Color information

#ACB0EA (or 0xACB0EA) is unknown color: approx Perano. HEX triplet: AC, B0 and EA. RGB value is (172,176,234). Sum of RGB (Red+Green+Blue) = 172+176+234=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACB0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0EA is #534F15. Grayscale: #B5B5B5. Windows color (decimal): -5459734 or 15380652. OLE color: 15380652.

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

Color convert

RGB172176234-
CMYK0.260.2500.08
HSL236.13º59.62%79.61%-
HSV(B)236.13º26.5%91.76%-
XYZ47.3945.7684.18-
YUV181.42157.67121.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 176 (69.14% from 255) = 30.24%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=29.55%
G=30.24%
B=40.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721762340.260.2500.08236.1359.6279.61
HexACB0EA1A1908ec3c50
Octal254260352323101035474120
Binary101011001011000011101010110101100101000111011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0EA; }

 p { color: rgb(172,176,234); }

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

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

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

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

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

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

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