#ACBAF1

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

Shades of Perano #ACBAF1

Tints of Perano #ACBAF1

Color information

#ACBAF1 (or 0xACBAF1) is unknown color: approx Perano. HEX triplet: AC, BA and F1. RGB value is (172,186,241). Sum of RGB (Red+Green+Blue) = 172+186+241=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACBAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBAF1 is #53450E. Grayscale: #BBBBBB. Windows color (decimal): -5457167 or 15841964. OLE color: 15841964.

HSL color Cylindrical-coordinate representation of color #ACBAF1: hue angle of 227.83º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACBAF1 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172186241-
CMYK0.290.2300.05
HSL227.83º71.13%80.98%-
HSV(B)227.83º28.63%94.51%-
XYZ50.4550.2490.26-
YUV188.08157.86116.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=28.71%
G=31.05%
B=40.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721862410.290.2300.05227.8371.1380.98
HexACBAF11D1705e44751
Octal254272361352705344107121
Binary101011001011101011110001111011011101011110010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAF1; }

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

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

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

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

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

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

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

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