#ACBDEA

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

Shades of Perano #ACBDEA

Tints of Perano #ACBDEA

Color information

#ACBDEA (or 0xACBDEA) is unknown color: approx Perano. HEX triplet: AC, BD and EA. RGB value is (172,189,234). Sum of RGB (Red+Green+Blue) = 172+189+234=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACBDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDEA is #534215. Grayscale: #BCBCBC. Windows color (decimal): -5456406 or 15383980. OLE color: 15383980.

HSL color Cylindrical-coordinate representation of color #ACBDEA: hue angle of 223.55º 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 #ACBDEA is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172189234-
CMYK0.260.1900.08
HSL223.55º59.62%79.61%-
HSV(B)223.55º26.5%91.76%-
XYZ50.0651.1185.07-
YUV189.05153.37115.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=28.91%
G=31.76%
B=39.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721892340.260.1900.08223.5559.6279.61
HexACBDEA1A1308e03c50
Octal254275352322301034074120
Binary101011001011110111101010110101001101000111000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDEA; }

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

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

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

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

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

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

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

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