#ACB1EF

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

Shades of Perano #ACB1EF

Tints of Perano #ACB1EF

Color information

#ACB1EF (or 0xACB1EF) is unknown color: approx Perano. HEX triplet: AC, B1 and EF. RGB value is (172,177,239). Sum of RGB (Red+Green+Blue) = 172+177+239=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACB1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1EF is #534E10. Grayscale: #B6B6B6. Windows color (decimal): -5459473 or 15708588. OLE color: 15708588.

HSL color Cylindrical-coordinate representation of color #ACB1EF: hue angle of 235.52º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB1EF is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172177239-
CMYK0.280.2600.06
HSL235.52º67.68%80.59%-
HSV(B)235.52º28.03%93.73%-
XYZ48.3246.4588.08-
YUV182.57159.84120.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 177 (69.53% from 255) = 30.10%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=29.25%
G=30.10%
B=40.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721772390.280.2600.06235.5267.6880.59
HexACB1EF1C1A06ec4451
Octal254261357343206354104121
Binary101011001011000111101111111001101001101110110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1EF; }

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

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

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

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

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

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

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

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