#ACB9E5

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

Shades of Perano #ACB9E5

Tints of Perano #ACB9E5

Color information

#ACB9E5 (or 0xACB9E5) is unknown color: approx Perano. HEX triplet: AC, B9 and E5. RGB value is (172,185,229). Sum of RGB (Red+Green+Blue) = 172+185+229=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACB9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9E5 is #53461A. Grayscale: #B9B9B9. Windows color (decimal): -5457435 or 15055276. OLE color: 15055276.

HSL color Cylindrical-coordinate representation of color #ACB9E5: hue angle of 226.32º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB9E5 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172185229-
CMYK0.250.1900.10
HSL226.32º52.29%78.63%-
HSV(B)226.32º24.89%89.8%-
XYZ48.5149.1381.05-
YUV186.13152.19117.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 229 (89.84% from 255) = 39.08%
R=29.35%
G=31.57%
B=39.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721852290.250.1900.10226.3252.2978.63
HexACB9E519130Ae2344f
Octal254271345312301234264117
Binary101011001011100111100101110011001101010111000101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9E5; }

 p { color: rgb(172,185,229); }

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

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

 a { background-color: rgb(172,185,229); }

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

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

 span { border-color: rgb(172,185,229); }

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