#ACBCF6

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

Shades of Perano #ACBCF6

Tints of Perano #ACBCF6

Color information

#ACBCF6 (or 0xACBCF6) is unknown color: approx Perano. HEX triplet: AC, BC and F6. RGB value is (172,188,246). Sum of RGB (Red+Green+Blue) = 172+188+246=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACBCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBCF6 is #534309. Grayscale: #BDBDBD. Windows color (decimal): -5456650 or 16170156. OLE color: 16170156.

HSL color Cylindrical-coordinate representation of color #ACBCF6: hue angle of 227.03º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACBCF6 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172188246-
CMYK0.300.2400.04
HSL227.03º80.43%81.96%-
HSV(B)227.03º30.08%96.47%-
XYZ51.6351.3994.39-
YUV189.83159.7115.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 246 (96.48% from 255) = 40.59%
R=28.38%
G=31.02%
B=40.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721882460.300.2400.04227.0380.4381.96
HexACBCF61E1804e35052
Octal254274366363004343120122
Binary101011001011110011110110111101100001001110001110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCF6; }

 p { color: rgb(172,188,246); }

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

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

 a { background-color: rgb(172,188,246); }

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

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

 span { border-color: rgb(172,188,246); }

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