#ACB9F1

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

Shades of Perano #ACB9F1

Tints of Perano #ACB9F1

Color information

#ACB9F1 (or 0xACB9F1) is unknown color: approx Perano. HEX triplet: AC, B9 and F1. RGB value is (172,185,241). Sum of RGB (Red+Green+Blue) = 172+185+241=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACB9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9F1 is #53460E. Grayscale: #BBBBBB. Windows color (decimal): -5457423 or 15841708. OLE color: 15841708.

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

Color convert

RGB172185241-
CMYK0.290.2300.05
HSL228.7º71.13%80.98%-
HSV(B)228.7º28.63%94.51%-
XYZ50.2449.8290.19-
YUV187.5158.19116.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=28.76%
G=30.94%
B=40.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721852410.290.2300.05228.771.1380.98
HexACB9F11D1705e54751
Octal254271361352705345107121
Binary101011001011100111110001111011011101011110010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9F1; }

 p { color: rgb(172,185,241); }

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

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

 a { background-color: rgb(172,185,241); }

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

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

 span { border-color: rgb(172,185,241); }

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