#ACB7DB

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

Shades of Perano #ACB7DB

Tints of Perano #ACB7DB

Color information

#ACB7DB (or 0xACB7DB) is unknown color: approx Perano. HEX triplet: AC, B7 and DB. RGB value is (172,183,219). Sum of RGB (Red+Green+Blue) = 172+183+219=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7DB is #534824. Grayscale: #B7B7B7. Windows color (decimal): -5457957 or 14399404. OLE color: 14399404.

HSL color Cylindrical-coordinate representation of color #ACB7DB: hue angle of 225.96º 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 #ACB7DB is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172183219-
CMYK0.210.1600.14
HSL225.96º39.5%76.67%-
HSV(B)225.96º21.46%85.88%-
XYZ46.7347.7573.77-
YUV183.82147.86119.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 183 (71.88% from 255) = 31.88%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=29.97%
G=31.88%
B=38.15%

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
Decimal1721832190.210.1600.14225.9639.576.67
HexACB7DB15100Ee2274d
Octal254267333252001634247115
Binary101011001011011111011011101011000001110111000101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7DB; }

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

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

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

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

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

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

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

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