#ACB4E1

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

Shades of Perano #ACB4E1

Tints of Perano #ACB4E1

Color information

#ACB4E1 (or 0xACB4E1) is unknown color: approx Perano. HEX triplet: AC, B4 and E1. RGB value is (172,180,225). Sum of RGB (Red+Green+Blue) = 172+180+225=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACB4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4E1 is #534B1E. Grayscale: #B6B6B6. Windows color (decimal): -5458719 or 14791852. OLE color: 14791852.

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

Color convert

RGB172180225-
CMYK0.240.200.12
HSL230.94º46.9%77.84%-
HSV(B)230.94º23.56%88.24%-
XYZ46.9346.8577.8-
YUV182.74151.85120.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 225 (88.28% from 255) = 38.99%
R=29.81%
G=31.20%
B=38.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721802250.240.200.12230.9446.977.84
HexACB4E118140Ce72f4e
Octal254264341302401434757116
Binary101011001011010011100001110001010001100111001111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4E1; }

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

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

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

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

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

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

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

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