#ACB6F3

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

Shades of Perano #ACB6F3

Tints of Perano #ACB6F3

Color information

#ACB6F3 (or 0xACB6F3) is unknown color: approx Perano. HEX triplet: AC, B6 and F3. RGB value is (172,182,243). Sum of RGB (Red+Green+Blue) = 172+182+243=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACB6F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6F3 is #53490C. Grayscale: #B9B9B9. Windows color (decimal): -5458189 or 15972012. OLE color: 15972012.

HSL color Cylindrical-coordinate representation of color #ACB6F3: hue angle of 231.55º 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 #ACB6F3 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172182243-
CMYK0.290.2500.05
HSL231.55º74.74%81.37%-
HSV(B)231.55º29.22%95.29%-
XYZ49.9248.791.56-
YUV185.96160.19118.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=28.81%
G=30.49%
B=40.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721822430.290.2500.05231.5574.7481.37
HexACB6F31D1905e84b51
Octal254266363353105350113121
Binary101011001011011011110011111011100101011110100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6F3; }

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

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

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

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

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

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

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

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