#ACB7F3

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

Shades of Perano #ACB7F3

Tints of Perano #ACB7F3

Color information

#ACB7F3 (or 0xACB7F3) is unknown color: approx Perano. HEX triplet: AC, B7 and F3. RGB value is (172,183,243). Sum of RGB (Red+Green+Blue) = 172+183+243=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACB7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB7F3 is #53480C. Grayscale: #BABABA. Windows color (decimal): -5457933 or 15972268. OLE color: 15972268.

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

Color convert

RGB172183243-
CMYK0.290.2500.05
HSL230.7º74.74%81.37%-
HSV(B)230.7º29.22%95.29%-
XYZ50.1249.1191.63-
YUV186.55159.86117.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 183 (71.88% from 255) = 30.60%
BLUE value IS 243 (95.31% from 255) = 40.64%
R=28.76%
G=30.60%
B=40.64%

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
Decimal1721832430.290.2500.05230.774.7481.37
HexACB7F31D1905e74b51
Octal254267363353105347113121
Binary101011001011011111110011111011100101011110011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7F3; }

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

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

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

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

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

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

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

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