#ACB9DB

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

Shades of Perano #ACB9DB

Tints of Perano #ACB9DB

Color information

#ACB9DB (or 0xACB9DB) is unknown color: approx Perano. HEX triplet: AC, B9 and DB. RGB value is (172,185,219). Sum of RGB (Red+Green+Blue) = 172+185+219=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9DB is #534624. Grayscale: #B8B8B8. Windows color (decimal): -5457445 or 14399916. OLE color: 14399916.

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

Color convert

RGB172185219-
CMYK0.210.1600.14
HSL223.4º39.5%76.67%-
HSV(B)223.4º21.46%85.88%-
XYZ47.1548.5873.91-
YUV184.99147.19118.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=29.86%
G=32.12%
B=38.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721852190.210.1600.14223.439.576.67
HexACB9DB15100Edf274d
Octal254271333252001633747115
Binary101011001011100111011011101011000001110110111111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9DB; }

 p { color: rgb(172,185,219); }

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

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

 a { background-color: rgb(172,185,219); }

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

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

 span { border-color: rgb(172,185,219); }

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