#ACB2F5

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

Shades of Perano #ACB2F5

Tints of Perano #ACB2F5

Color information

#ACB2F5 (or 0xACB2F5) is unknown color: approx Perano. HEX triplet: AC, B2 and F5. RGB value is (172,178,245). Sum of RGB (Red+Green+Blue) = 172+178+245=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACB2F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2F5 is #534D0A. Grayscale: #B7B7B7. Windows color (decimal): -5459211 or 16102060. OLE color: 16102060.

HSL color Cylindrical-coordinate representation of color #ACB2F5: hue angle of 235.07º 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 #ACB2F5 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172178245-
CMYK0.300.2700.04
HSL235.07º78.49%81.76%-
HSV(B)235.07º29.8%96.08%-
XYZ49.4247.292.89-
YUV183.84162.51119.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 178 (69.92% from 255) = 29.92%
BLUE value IS 245 (96.09% from 255) = 41.18%
R=28.91%
G=29.92%
B=41.18%

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
Decimal1721782450.300.2700.04235.0778.4981.76
HexACB2F51E1B04eb4e52
Octal254262365363304353116122
Binary101011001011001011110101111101101101001110101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2F5; }

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

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

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

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

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

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

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

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