#ACB1DB

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

Shades of Perano #ACB1DB

Tints of Perano #ACB1DB

Color information

#ACB1DB (or 0xACB1DB) is unknown color: approx Perano. HEX triplet: AC, B1 and DB. RGB value is (172,177,219). Sum of RGB (Red+Green+Blue) = 172+177+219=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1DB is #534E24. Grayscale: #B4B4B4. Windows color (decimal): -5459493 or 14397868. OLE color: 14397868.

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

Color convert

RGB172177219-
CMYK0.210.1900.14
HSL233.62º39.5%76.67%-
HSV(B)233.62º21.46%85.88%-
XYZ45.5245.3373.37-
YUV180.29149.84122.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=30.28%
G=31.16%
B=38.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721772190.210.1900.14233.6239.576.67
HexACB1DB15130Eea274d
Octal254261333252301635247115
Binary101011001011000111011011101011001101110111010101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1DB; }

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

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

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

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

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

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

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

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