#ACBCEA

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

Shades of Perano #ACBCEA

Tints of Perano #ACBCEA

Color information

#ACBCEA (or 0xACBCEA) is unknown color: approx Perano. HEX triplet: AC, BC and EA. RGB value is (172,188,234). Sum of RGB (Red+Green+Blue) = 172+188+234=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACBCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBCEA is #534315. Grayscale: #BCBCBC. Windows color (decimal): -5456662 or 15383724. OLE color: 15383724.

HSL color Cylindrical-coordinate representation of color #ACBCEA: hue angle of 224.52º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBCEA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172188234-
CMYK0.260.2000.08
HSL224.52º59.62%79.61%-
HSV(B)224.52º26.5%91.76%-
XYZ49.8550.6885-
YUV188.46153.7116.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=28.96%
G=31.65%
B=39.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721882340.260.2000.08224.5259.6279.61
HexACBCEA1A1408e13c50
Octal254274352322401034174120
Binary101011001011110011101010110101010001000111000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCEA; }

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

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

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

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

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

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

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

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