#ACBAE0

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

Shades of Perano #ACBAE0

Tints of Perano #ACBAE0

Color information

#ACBAE0 (or 0xACBAE0) is unknown color: approx Perano. HEX triplet: AC, BA and E0. RGB value is (172,186,224). Sum of RGB (Red+Green+Blue) = 172+186+224=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACBAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAE0 is #53451F. Grayscale: #B9B9B9. Windows color (decimal): -5457184 or 14727852. OLE color: 14727852.

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

Color convert

RGB172186224-
CMYK0.230.1700.12
HSL223.85º45.61%77.65%-
HSV(B)223.85º23.21%87.84%-
XYZ48.0349.2777.5-
YUV186.15149.36117.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 224 (87.89% from 255) = 38.49%
R=29.55%
G=31.96%
B=38.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721862240.230.1700.12223.8545.6177.65
HexACBAE017110Ce02e4e
Octal254272340272101434056116
Binary101011001011101011100000101111000101100111000001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAE0; }

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

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

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

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

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

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

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

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