#ACB4EC

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

Shades of Perano #ACB4EC

Tints of Perano #ACB4EC

Color information

#ACB4EC (or 0xACB4EC) is unknown color: approx Perano. HEX triplet: AC, B4 and EC. RGB value is (172,180,236). Sum of RGB (Red+Green+Blue) = 172+180+236=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4EC is #534B13. Grayscale: #B7B7B7. Windows color (decimal): -5458708 or 15512748. OLE color: 15512748.

HSL color Cylindrical-coordinate representation of color #ACB4EC: hue angle of 232.5º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB4EC is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172180236-
CMYK0.270.2400.07
HSL232.5º62.75%80%-
HSV(B)232.5º27.12%92.55%-
XYZ48.4747.4785.96-
YUV183.99157.35119.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 180 (70.70% from 255) = 30.61%
BLUE value IS 236 (92.58% from 255) = 40.14%
R=29.25%
G=30.61%
B=40.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721802360.270.2400.07232.562.7580
HexACB4EC1B1807e83f50
Octal25426435433300735077120
Binary10101100101101001110110011011110000111111010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4EC; }

 p { color: rgb(172,180,236); }

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

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

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

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

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

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

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