#ACB4F5

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

Shades of Perano #ACB4F5

Tints of Perano #ACB4F5

Color information

#ACB4F5 (or 0xACB4F5) is unknown color: approx Perano. HEX triplet: AC, B4 and F5. RGB value is (172,180,245). Sum of RGB (Red+Green+Blue) = 172+180+245=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACB4F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4F5 is #534B0A. Grayscale: #B8B8B8. Windows color (decimal): -5458699 or 16102572. OLE color: 16102572.

HSL color Cylindrical-coordinate representation of color #ACB4F5: hue angle of 233.42º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB4F5 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172180245-
CMYK0.300.2700.04
HSL233.42º78.49%81.76%-
HSV(B)233.42º29.8%96.08%-
XYZ49.8248.0193.03-
YUV185.02161.85118.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 180 (70.70% from 255) = 30.15%
BLUE value IS 245 (96.09% from 255) = 41.04%
R=28.81%
G=30.15%
B=41.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721802450.300.2700.04233.4278.4981.76
HexACB4F51E1B04e94e52
Octal254264365363304351116122
Binary101011001011010011110101111101101101001110100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4F5; }

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

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

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

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

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

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

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

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