#ACB5EF

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

Shades of Perano #ACB5EF

Tints of Perano #ACB5EF

Color information

#ACB5EF (or 0xACB5EF) is unknown color: approx Perano. HEX triplet: AC, B5 and EF. RGB value is (172,181,239). Sum of RGB (Red+Green+Blue) = 172+181+239=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACB5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5EF is #534A10. Grayscale: #B8B8B8. Windows color (decimal): -5458449 or 15709612. OLE color: 15709612.

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

Color convert

RGB172181239-
CMYK0.280.2400.06
HSL231.94º67.68%80.59%-
HSV(B)231.94º28.03%93.73%-
XYZ49.1248.0588.35-
YUV184.92158.52118.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=29.05%
G=30.57%
B=40.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721812390.280.2400.06231.9467.6880.59
HexACB5EF1C1806e84451
Octal254265357343006350104121
Binary101011001011010111101111111001100001101110100010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5EF; }

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

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

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

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

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

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

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

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