#acb1f2

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

Shades of Perano #ACB1F2

Tints of Perano #ACB1F2

Color information

#ACB1F2 (or 0xACB1F2) is unknown color: approx Perano. HEX triplet: AC, B1 and F2. RGB value is (172,177,242). Sum of RGB (Red+Green+Blue) = 172+177+242=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACB1F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1F2 is #534E0D. Grayscale: #B6B6B6. Windows color (decimal): -5459470 or 15905196. OLE color: 15905196.

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

Color convert

RGB172177242-
CMYK0.290.2700.05
HSL235.71º72.92%81.18%-
HSV(B)235.71º28.93%94.9%-
XYZ48.7646.6390.43-
YUV182.92161.34120.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 177 (69.53% from 255) = 29.95%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=29.10%
G=29.95%
B=40.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721772420.290.2700.05235.7172.9281.18
HexACB1F21D1B05ec4951
Octal254261362353305354111121
Binary101011001011000111110010111011101101011110110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acb1f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acb1f2; }

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

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

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

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

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

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

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

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