#ACB4F3

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

Shades of Perano #ACB4F3

Tints of Perano #ACB4F3

Color information

#ACB4F3 (or 0xACB4F3) is unknown color: approx Perano. HEX triplet: AC, B4 and F3. RGB value is (172,180,243). Sum of RGB (Red+Green+Blue) = 172+180+243=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACB4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4F3 is #534B0C. Grayscale: #B8B8B8. Windows color (decimal): -5458701 or 15971500. OLE color: 15971500.

HSL color Cylindrical-coordinate representation of color #ACB4F3: hue angle of 233.24º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB4F3 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172180243-
CMYK0.290.2600.05
HSL233.24º74.74%81.37%-
HSV(B)233.24º29.22%95.29%-
XYZ49.5147.8891.43-
YUV184.79160.85118.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 243 (95.31% from 255) = 40.84%
R=28.91%
G=30.25%
B=40.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721802430.290.2600.05233.2474.7481.37
HexACB4F31D1A05e94b51
Octal254264363353205351113121
Binary101011001011010011110011111011101001011110100110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4F3; }

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

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

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

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

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

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

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

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