#ACBAE1

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

Shades of Perano #ACBAE1

Tints of Perano #ACBAE1

Color information

#ACBAE1 (or 0xACBAE1) is unknown color: approx Perano. HEX triplet: AC, BA and E1. RGB value is (172,186,225). Sum of RGB (Red+Green+Blue) = 172+186+225=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACBAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAE1 is #53451E. Grayscale: #BABABA. Windows color (decimal): -5457183 or 14793388. OLE color: 14793388.

HSL color Cylindrical-coordinate representation of color #ACBAE1: hue angle of 224.15º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACBAE1 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172186225-
CMYK0.240.1700.12
HSL224.15º46.9%77.84%-
HSV(B)224.15º23.56%88.24%-
XYZ48.1649.3278.22-
YUV186.26149.86117.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 225 (88.28% from 255) = 38.59%
R=29.50%
G=31.90%
B=38.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721862250.240.1700.12224.1546.977.84
HexACBAE118110Ce02f4e
Octal254272341302101434057116
Binary101011001011101011100001110001000101100111000001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAE1; }

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

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

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

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

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

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

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

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