#ACBCE1

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

Shades of Perano #ACBCE1

Tints of Perano #ACBCE1

Color information

#ACBCE1 (or 0xACBCE1) is unknown color: approx Perano. HEX triplet: AC, BC and E1. RGB value is (172,188,225). Sum of RGB (Red+Green+Blue) = 172+188+225=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACBCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCE1 is #53431E. Grayscale: #BBBBBB. Windows color (decimal): -5456671 or 14793900. OLE color: 14793900.

HSL color Cylindrical-coordinate representation of color #ACBCE1: hue angle of 221.89º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACBCE1 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172188225-
CMYK0.240.1600.12
HSL221.89º46.9%77.84%-
HSV(B)221.89º23.56%88.24%-
XYZ48.5950.1778.36-
YUV187.43149.2116.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=29.40%
G=32.14%
B=38.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721882250.240.1600.12221.8946.977.84
HexACBCE118100Cde2f4e
Octal254274341302001433657116
Binary101011001011110011100001110001000001100110111101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCE1; }

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

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

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

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

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

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

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

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