#ADB5DC

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

Shades of Perano #ADB5DC

Tints of Perano #ADB5DC

Color information

#ADB5DC (or 0xADB5DC) is unknown color: approx Perano. HEX triplet: AD, B5 and DC. RGB value is (173,181,220). Sum of RGB (Red+Green+Blue) = 173+181+220=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5DC is #524A23. Grayscale: #B6B6B6. Windows color (decimal): -5392932 or 14464429. OLE color: 14464429.

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

Color convert

RGB173181220-
CMYK0.210.1800.14
HSL229.79º40.17%77.06%-
HSV(B)229.79º21.36%86.27%-
XYZ46.6847.174.34-
YUV183.05148.85120.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=30.14%
G=31.53%
B=38.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731812200.210.1800.14229.7940.1777.06
HexADB5DC15120Ee6284d
Octal255265334252201634650115
Binary101011011011010111011100101011001001110111001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5DC; }

 p { color: rgb(173,181,220); }

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

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

 a { background-color: rgb(173,181,220); }

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

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

 span { border-color: rgb(173,181,220); }

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