#ADB7DC

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

Shades of Perano #ADB7DC

Tints of Perano #ADB7DC

Color information

#ADB7DC (or 0xADB7DC) is unknown color: approx Perano. HEX triplet: AD, B7 and DC. RGB value is (173,183,220). Sum of RGB (Red+Green+Blue) = 173+183+220=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADB7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7DC is #524823. Grayscale: #B8B8B8. Windows color (decimal): -5392420 or 14464941. OLE color: 14464941.

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

Color convert

RGB173183220-
CMYK0.210.1700.14
HSL227.23º40.17%77.06%-
HSV(B)227.23º21.36%86.27%-
XYZ47.0947.9274.48-
YUV184.23148.19119.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 183 (71.88% from 255) = 31.77%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=30.03%
G=31.77%
B=38.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731832200.210.1700.14227.2340.1777.06
HexADB7DC15110Ee3284d
Octal255267334252101634350115
Binary101011011011011111011100101011000101110111000111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7DC; }

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

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

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

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

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

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

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

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