#ACB3E0

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

Shades of Perano #ACB3E0

Tints of Perano #ACB3E0

Color information

#ACB3E0 (or 0xACB3E0) is unknown color: approx Perano. HEX triplet: AC, B3 and E0. RGB value is (172,179,224). Sum of RGB (Red+Green+Blue) = 172+179+224=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 179 (70.31% from 255 or 31.13% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACB3E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3E0 is #534C1F. Grayscale: #B5B5B5. Windows color (decimal): -5458976 or 14726060. OLE color: 14726060.

HSL color Cylindrical-coordinate representation of color #ACB3E0: hue angle of 231.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB3E0 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172179224-
CMYK0.230.2000.12
HSL231.92º45.61%77.65%-
HSV(B)231.92º23.21%87.84%-
XYZ46.5946.3977.02-
YUV182.04151.68120.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 179 (70.31% from 255) = 31.13%
BLUE value IS 224 (87.89% from 255) = 38.96%
R=29.91%
G=31.13%
B=38.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721792240.230.2000.12231.9245.6177.65
HexACB3E017140Ce82e4e
Octal254263340272401435056116
Binary101011001011001111100000101111010001100111010001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3E0; }

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

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

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

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

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

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

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

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