#ACB3EB

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

Shades of Perano #ACB3EB

Tints of Perano #ACB3EB

Color information

#ACB3EB (or 0xACB3EB) is unknown color: approx Perano. HEX triplet: AC, B3 and EB. RGB value is (172,179,235). Sum of RGB (Red+Green+Blue) = 172+179+235=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACB3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3EB is #534C14. Grayscale: #B7B7B7. Windows color (decimal): -5458965 or 15446956. OLE color: 15446956.

HSL color Cylindrical-coordinate representation of color #ACB3EB: hue angle of 233.33º 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 #ACB3EB is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172179235-
CMYK0.270.2400.08
HSL233.33º61.17%79.8%-
HSV(B)233.33º26.81%92.16%-
XYZ48.1347.0185.13-
YUV183.29157.18119.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 179 (70.31% from 255) = 30.55%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=29.35%
G=30.55%
B=40.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721792350.270.2400.08233.3361.1779.8
HexACB3EB1B1808e93d50
Octal254263353333001035175120
Binary101011001011001111101011110111100001000111010011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3EB; }

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

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

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

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

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

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

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

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