#ACB6F2

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

Shades of Perano #ACB6F2

Tints of Perano #ACB6F2

Color information

#ACB6F2 (or 0xACB6F2) is unknown color: approx Perano. HEX triplet: AC, B6 and F2. RGB value is (172,182,242). Sum of RGB (Red+Green+Blue) = 172+182+242=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACB6F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6F2 is #53490D. Grayscale: #B9B9B9. Windows color (decimal): -5458190 or 15906476. OLE color: 15906476.

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

Color convert

RGB172182242-
CMYK0.290.2500.05
HSL231.43º72.92%81.18%-
HSV(B)231.43º28.93%94.9%-
XYZ49.7748.6490.77-
YUV185.85159.69118.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 182 (71.48% from 255) = 30.54%
BLUE value IS 242 (94.92% from 255) = 40.60%
R=28.86%
G=30.54%
B=40.60%

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
Decimal1721822420.290.2500.05231.4372.9281.18
HexACB6F21D1905e74951
Octal254266362353105347111121
Binary101011001011011011110010111011100101011110011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6F2; }

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

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

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

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

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

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

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

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