#ACB8DB

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

Shades of Perano #ACB8DB

Tints of Perano #ACB8DB

Color information

#ACB8DB (or 0xACB8DB) is unknown color: approx Perano. HEX triplet: AC, B8 and DB. RGB value is (172,184,219). Sum of RGB (Red+Green+Blue) = 172+184+219=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACB8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8DB is #534724. Grayscale: #B8B8B8. Windows color (decimal): -5457701 or 14399660. OLE color: 14399660.

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

Color convert

RGB172184219-
CMYK0.210.1600.14
HSL224.68º39.5%76.67%-
HSV(B)224.68º21.46%85.88%-
XYZ46.9448.1773.84-
YUV184.4147.52119.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=29.91%
G=32%
B=38.09%

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
Decimal1721842190.210.1600.14224.6839.576.67
HexACB8DB15100Ee1274d
Octal254270333252001634147115
Binary101011001011100011011011101011000001110111000011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8DB; }

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

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

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

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

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

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

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

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