#ACBCF5

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

Shades of Perano #ACBCF5

Tints of Perano #ACBCF5

Color information

#ACBCF5 (or 0xACBCF5) is unknown color: approx Perano. HEX triplet: AC, BC and F5. RGB value is (172,188,245). Sum of RGB (Red+Green+Blue) = 172+188+245=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACBCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBCF5 is #53430A. Grayscale: #BDBDBD. Windows color (decimal): -5456651 or 16104620. OLE color: 16104620.

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

Color convert

RGB172188245-
CMYK0.300.2300.04
HSL226.85º78.49%81.76%-
HSV(B)226.85º29.8%96.08%-
XYZ51.4851.3393.58-
YUV189.71159.2115.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 245 (96.09% from 255) = 40.50%
R=28.43%
G=31.07%
B=40.50%

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
Decimal1721882450.300.2300.04226.8578.4981.76
HexACBCF51E1704e34e52
Octal254274365362704343116122
Binary101011001011110011110101111101011101001110001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCF5; }

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

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

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

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

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

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

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

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