#ADB9DC

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

Shades of Perano #ADB9DC

Tints of Perano #ADB9DC

Color information

#ADB9DC (or 0xADB9DC) is unknown color: approx Perano. HEX triplet: AD, B9 and DC. RGB value is (173,185,220). Sum of RGB (Red+Green+Blue) = 173+185+220=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9DC is #524623. Grayscale: #B9B9B9. Windows color (decimal): -5391908 or 14465453. OLE color: 14465453.

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

Color convert

RGB173185220-
CMYK0.210.1600.14
HSL224.68º40.17%77.06%-
HSV(B)224.68º21.36%86.27%-
XYZ47.548.7574.62-
YUV185.4147.52119.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=29.93%
G=32.01%
B=38.06%

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
Decimal1731852200.210.1600.14224.6840.1777.06
HexADB9DC15100Ee1284d
Octal255271334252001634150115
Binary101011011011100111011100101011000001110111000011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9DC; }

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

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

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

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

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

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

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

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