#ACB9E1

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

Shades of Perano #ACB9E1

Tints of Perano #ACB9E1

Color information

#ACB9E1 (or 0xACB9E1) is unknown color: approx Perano. HEX triplet: AC, B9 and E1. RGB value is (172,185,225). Sum of RGB (Red+Green+Blue) = 172+185+225=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACB9E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9E1 is #53461E. Grayscale: #B9B9B9. Windows color (decimal): -5457439 or 14793132. OLE color: 14793132.

HSL color Cylindrical-coordinate representation of color #ACB9E1: hue angle of 225.28º 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 #ACB9E1 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172185225-
CMYK0.240.1800.12
HSL225.28º46.9%77.84%-
HSV(B)225.28º23.56%88.24%-
XYZ47.9548.978.15-
YUV185.67150.19118.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=29.55%
G=31.79%
B=38.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721852250.240.1800.12225.2846.977.84
HexACB9E118120Ce12f4e
Octal254271341302201434157116
Binary101011001011100111100001110001001001100111000011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9E1; }

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

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

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

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

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

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

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

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