#ACAEE2

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

Shades of Perano #ACAEE2

Tints of Perano #ACAEE2

Color information

#ACAEE2 (or 0xACAEE2) is unknown color: approx Perano. HEX triplet: AC, AE and E2. RGB value is (172,174,226). Sum of RGB (Red+Green+Blue) = 172+174+226=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACAEE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEE2 is #53511D. Grayscale: #B3B3B3. Windows color (decimal): -5460254 or 14855852. OLE color: 14855852.

HSL color Cylindrical-coordinate representation of color #ACAEE2: hue angle of 237.78º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACAEE2 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172174226-
CMYK0.240.2300.11
HSL237.78º48.21%78.04%-
HSV(B)237.78º23.89%88.63%-
XYZ45.8844.5378.13-
YUV179.33154.34122.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 226 (88.67% from 255) = 39.51%
R=30.07%
G=30.42%
B=39.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721742260.240.2300.11237.7848.2178.04
HexACAEE218170Bee304e
Octal254256342302701335660116
Binary101011001010111011100010110001011101011111011101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEE2; }

 p { color: rgb(172,174,226); }

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

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

 a { background-color: rgb(172,174,226); }

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

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

 span { border-color: rgb(172,174,226); }

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