#ACBCF4

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

Shades of Perano #ACBCF4

Tints of Perano #ACBCF4

Color information

#ACBCF4 (or 0xACBCF4) is unknown color: approx Perano. HEX triplet: AC, BC and F4. RGB value is (172,188,244). Sum of RGB (Red+Green+Blue) = 172+188+244=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACBCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBCF4 is #53430B. Grayscale: #BDBDBD. Windows color (decimal): -5456652 or 16039084. OLE color: 16039084.

HSL color Cylindrical-coordinate representation of color #ACBCF4: hue angle of 226.67º degrees, saturation: 0.77, 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 #ACBCF4 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172188244-
CMYK0.300.2300.04
HSL226.67º76.6%81.57%-
HSV(B)226.67º29.51%95.69%-
XYZ51.3351.2792.78-
YUV189.6158.7115.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 244 (95.70% from 255) = 40.40%
R=28.48%
G=31.13%
B=40.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721882440.300.2300.04226.6776.681.57
HexACBCF41E1704e34d52
Octal254274364362704343115122
Binary101011001011110011110100111101011101001110001110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCF4; }

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

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

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

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

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

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

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

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