#ACBAF5

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

Shades of Perano #ACBAF5

Tints of Perano #ACBAF5

Color information

#ACBAF5 (or 0xACBAF5) is unknown color: approx Perano. HEX triplet: AC, BA and F5. RGB value is (172,186,245). Sum of RGB (Red+Green+Blue) = 172+186+245=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACBAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBAF5 is #53450A. Grayscale: #BCBCBC. Windows color (decimal): -5457163 or 16104108. OLE color: 16104108.

HSL color Cylindrical-coordinate representation of color #ACBAF5: hue angle of 228.49º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACBAF5 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172186245-
CMYK0.300.2400.04
HSL228.49º78.49%81.76%-
HSV(B)228.49º29.8%96.08%-
XYZ51.0550.4893.44-
YUV188.54159.86116.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 245 (96.09% from 255) = 40.63%
R=28.52%
G=30.85%
B=40.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721862450.300.2400.04228.4978.4981.76
HexACBAF51E1804e44e52
Octal254272365363004344116122
Binary101011001011101011110101111101100001001110010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAF5; }

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

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

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

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

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

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

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

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