#ACBAF0

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

Shades of Perano #ACBAF0

Tints of Perano #ACBAF0

Color information

#ACBAF0 (or 0xACBAF0) is unknown color: approx Perano. HEX triplet: AC, BA and F0. RGB value is (172,186,240). Sum of RGB (Red+Green+Blue) = 172+186+240=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACBAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBAF0 is #53450F. Grayscale: #BBBBBB. Windows color (decimal): -5457168 or 15776428. OLE color: 15776428.

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

Color convert

RGB172186240-
CMYK0.280.2200.06
HSL227.65º69.39%80.78%-
HSV(B)227.65º28.33%94.12%-
XYZ50.350.1889.47-
YUV187.97157.36116.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 240 (94.14% from 255) = 40.13%
R=28.76%
G=31.10%
B=40.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721862400.280.2200.06227.6569.3980.78
HexACBAF01C1606e44551
Octal254272360342606344105121
Binary101011001011101011110000111001011001101110010010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAF0; }

 p { color: rgb(172,186,240); }

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

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

 a { background-color: rgb(172,186,240); }

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

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

 span { border-color: rgb(172,186,240); }

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