#ADB2DC

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

Shades of Perano #ADB2DC

Tints of Perano #ADB2DC

Color information

#ADB2DC (or 0xADB2DC) is unknown color: approx Perano. HEX triplet: AD, B2 and DC. RGB value is (173,178,220). Sum of RGB (Red+Green+Blue) = 173+178+220=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2DC is #524D23. Grayscale: #B5B5B5. Windows color (decimal): -5393700 or 14463661. OLE color: 14463661.

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

Color convert

RGB173178220-
CMYK0.210.1900.14
HSL233.62º40.17%77.06%-
HSV(B)233.62º21.36%86.27%-
XYZ46.0745.8974.14-
YUV181.29149.84122.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=30.30%
G=31.17%
B=38.53%

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
Decimal1731782200.210.1900.14233.6240.1777.06
HexADB2DC15130Eea284d
Octal255262334252301635250115
Binary101011011011001011011100101011001101110111010101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB2DC; }

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

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

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

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

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

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

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

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