#ACB8FA

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

Shades of Perano #ACB8FA

Tints of Perano #ACB8FA

Color information

#ACB8FA (or 0xACB8FA) is unknown color: approx Perano. HEX triplet: AC, B8 and FA. RGB value is (172,184,250). Sum of RGB (Red+Green+Blue) = 172+184+250=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACB8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8FA is #534705. Grayscale: #BBBBBB. Windows color (decimal): -5457670 or 16431276. OLE color: 16431276.

HSL color Cylindrical-coordinate representation of color #ACB8FA: hue angle of 230.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB8FA is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172184250-
CMYK0.310.2600.02
HSL230.77º88.64%82.75%-
HSV(B)230.77º31.2%98.04%-
XYZ51.4149.9597.37-
YUV187.94163.02116.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 184 (72.27% from 255) = 30.36%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=28.38%
G=30.36%
B=41.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721842500.310.2600.02230.7788.6482.75
HexACB8FA1F1A02e75953
Octal254270372373202347131123
Binary10101100101110001111101011111110100101110011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8FA; }

 p { color: rgb(172,184,250); }

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

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

 a { background-color: rgb(172,184,250); }

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

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

 span { border-color: rgb(172,184,250); }

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