#ACB0DC

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

Shades of Perano #ACB0DC

Tints of Perano #ACB0DC

Color information

#ACB0DC (or 0xACB0DC) is unknown color: approx Perano. HEX triplet: AC, B0 and DC. RGB value is (172,176,220). Sum of RGB (Red+Green+Blue) = 172+176+220=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0DC is #534F23. Grayscale: #B3B3B3. Windows color (decimal): -5459748 or 14463148. OLE color: 14463148.

HSL color Cylindrical-coordinate representation of color #ACB0DC: hue angle of 235º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB0DC is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172176220-
CMYK0.220.200.14
HSL235º40.68%76.86%-
HSV(B)235º21.82%86.27%-
XYZ45.4644.9974-
YUV179.82150.67122.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=30.28%
G=30.99%
B=38.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721762200.220.200.1423540.6876.86
HexACB0DC16140Eeb294d
Octal254260334262401635351115
Binary101011001011000011011100101101010001110111010111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0DC; }

 p { color: rgb(172,176,220); }

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

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

 a { background-color: rgb(172,176,220); }

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

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

 span { border-color: rgb(172,176,220); }

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