#ACB8F7

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

Shades of Perano #ACB8F7

Tints of Perano #ACB8F7

Color information

#ACB8F7 (or 0xACB8F7) is unknown color: approx Perano. HEX triplet: AC, B8 and F7. RGB value is (172,184,247). Sum of RGB (Red+Green+Blue) = 172+184+247=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACB8F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8F7 is #534708. Grayscale: #BBBBBB. Windows color (decimal): -5457673 or 16234668. OLE color: 16234668.

HSL color Cylindrical-coordinate representation of color #ACB8F7: hue angle of 230.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB8F7 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172184247-
CMYK0.300.2600.03
HSL230.4º82.42%82.16%-
HSV(B)230.4º30.36%96.86%-
XYZ50.9449.7794.92-
YUV187.59161.52116.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 184 (72.27% from 255) = 30.51%
BLUE value IS 247 (96.88% from 255) = 40.96%
R=28.52%
G=30.51%
B=40.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721842470.300.2600.03230.482.4282.16
HexACB8F71E1A03e65252
Octal254270367363203346122122
Binary10101100101110001111011111110110100111110011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8F7; }

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

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

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

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

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

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

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

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