#ACAEE4

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

Shades of Perano #ACAEE4

Tints of Perano #ACAEE4

Color information

#ACAEE4 (or 0xACAEE4) is unknown color: approx Perano. HEX triplet: AC, AE and E4. RGB value is (172,174,228). Sum of RGB (Red+Green+Blue) = 172+174+228=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACAEE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEE4 is #53511B. Grayscale: #B3B3B3. Windows color (decimal): -5460252 or 14986924. OLE color: 14986924.

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

Color convert

RGB172174228-
CMYK0.250.2400.11
HSL237.86º50.91%78.43%-
HSV(B)237.86º24.56%89.41%-
XYZ46.1544.6479.58-
YUV179.56155.34122.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 228 (89.45% from 255) = 39.72%
R=29.97%
G=30.31%
B=39.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721742280.250.2400.11237.8650.9178.43
HexACAEE419180Bee334e
Octal254256344313001335663116
Binary101011001010111011100100110011100001011111011101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEE4; }

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

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

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

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

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

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

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

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