#ACBCF0

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

Shades of Perano #ACBCF0

Tints of Perano #ACBCF0

Color information

#ACBCF0 (or 0xACBCF0) is unknown color: approx Perano. HEX triplet: AC, BC and F0. RGB value is (172,188,240). Sum of RGB (Red+Green+Blue) = 172+188+240=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACBCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBCF0 is #53430F. Grayscale: #BCBCBC. Windows color (decimal): -5456656 or 15776940. OLE color: 15776940.

HSL color Cylindrical-coordinate representation of color #ACBCF0: hue angle of 225.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACBCF0 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172188240-
CMYK0.280.2200.06
HSL225.88º69.39%80.78%-
HSV(B)225.88º28.33%94.12%-
XYZ50.7251.0389.61-
YUV189.14156.7115.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 188 (73.83% from 255) = 31.33%
BLUE value IS 240 (94.14% from 255) = 40%
R=28.67%
G=31.33%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721882400.280.2200.06225.8869.3980.78
HexACBCF01C1606e24551
Octal254274360342606342105121
Binary101011001011110011110000111001011001101110001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCF0; }

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

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

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

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

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

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

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

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