#ACBDEC

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

Shades of Perano #ACBDEC

Tints of Perano #ACBDEC

Color information

#ACBDEC (or 0xACBDEC) is unknown color: approx Perano. HEX triplet: AC, BD and EC. RGB value is (172,189,236). Sum of RGB (Red+Green+Blue) = 172+189+236=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACBDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDEC is #534213. Grayscale: #BDBDBD. Windows color (decimal): -5456404 or 15515052. OLE color: 15515052.

HSL color Cylindrical-coordinate representation of color #ACBDEC: hue angle of 224.06º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACBDEC is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172189236-
CMYK0.270.2000.07
HSL224.06º62.75%80%-
HSV(B)224.06º27.12%92.55%-
XYZ50.3551.2286.59-
YUV189.27154.37115.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=28.81%
G=31.66%
B=39.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721892360.270.2000.07224.0662.7580
HexACBDEC1B1407e03f50
Octal25427535433240734077120
Binary10101100101111011110110011011101000111111000001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDEC; }

 p { color: rgb(172,189,236); }

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

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

 a { background-color: rgb(172,189,236); }

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

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

 span { border-color: rgb(172,189,236); }

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