#ACB1EC

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

Shades of Perano #ACB1EC

Tints of Perano #ACB1EC

Color information

#ACB1EC (or 0xACB1EC) is unknown color: approx Perano. HEX triplet: AC, B1 and EC. RGB value is (172,177,236). Sum of RGB (Red+Green+Blue) = 172+177+236=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1EC is #534E13. Grayscale: #B5B5B5. Windows color (decimal): -5459476 or 15511980. OLE color: 15511980.

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

Color convert

RGB172177236-
CMYK0.270.2500.07
HSL235.31º62.75%80%-
HSV(B)235.31º27.12%92.55%-
XYZ47.8846.2785.76-
YUV182.23158.34120.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 177 (69.53% from 255) = 30.26%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=29.40%
G=30.26%
B=40.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721772360.270.2500.07235.3162.7580
HexACB1EC1B1907eb3f50
Octal25426135433310735377120
Binary10101100101100011110110011011110010111111010111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1EC; }

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

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

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

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

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

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

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

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