#ACB3F0

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

Shades of Perano #ACB3F0

Tints of Perano #ACB3F0

Color information

#ACB3F0 (or 0xACB3F0) is unknown color: approx Perano. HEX triplet: AC, B3 and F0. RGB value is (172,179,240). Sum of RGB (Red+Green+Blue) = 172+179+240=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACB3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB3F0 is #534C0F. Grayscale: #B7B7B7. Windows color (decimal): -5458960 or 15774636. OLE color: 15774636.

HSL color Cylindrical-coordinate representation of color #ACB3F0: hue angle of 233.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB3F0 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172179240-
CMYK0.280.2500.06
HSL233.82º69.39%80.78%-
HSV(B)233.82º28.33%94.12%-
XYZ48.8647.388.99-
YUV183.86159.68119.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 179 (70.31% from 255) = 30.29%
BLUE value IS 240 (94.14% from 255) = 40.61%
R=29.10%
G=30.29%
B=40.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721792400.280.2500.06233.8269.3980.78
HexACB3F01C1906ea4551
Octal254263360343106352105121
Binary101011001011001111110000111001100101101110101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3F0; }

 p { color: rgb(172,179,240); }

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

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

 a { background-color: rgb(172,179,240); }

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

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

 span { border-color: rgb(172,179,240); }

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