#ADB5DB

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

Shades of Perano #ADB5DB

Tints of Perano #ADB5DB

Color information

#ADB5DB (or 0xADB5DB) is unknown color: approx Perano. HEX triplet: AD, B5 and DB. RGB value is (173,181,219). Sum of RGB (Red+Green+Blue) = 173+181+219=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5DB is #524A24. Grayscale: #B6B6B6. Windows color (decimal): -5392933 or 14398893. OLE color: 14398893.

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

Color convert

RGB173181219-
CMYK0.210.1700.14
HSL229.57º38.98%76.86%-
HSV(B)229.57º21%85.88%-
XYZ46.5447.0573.65-
YUV182.94148.35120.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=30.19%
G=31.59%
B=38.22%

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
Decimal1731812190.210.1700.14229.5738.9876.86
HexADB5DB15110Ee6274d
Octal255265333252101634647115
Binary101011011011010111011011101011000101110111001101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5DB; }

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

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

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

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

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

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

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

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