Shades of Perano #ADB2DB
Tints of Perano #ADB2DB
RGB
CMYK
RGB Variations
Color information
#ADB2DB (or 0xADB2DB) is known color: Perano. HEX triplet: AD, B2 and DB. RGB value is (173,178,219). Sum of RGB (Red+Green+Blue) = 173+178+219=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADB2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2DB is #524D24. Grayscale: #B5B5B5. Windows color (decimal): -5393701 or 14398125. OLE color: 14398125.
HSL color Cylindrical-coordinate representation of color #ADB2DB: hue angle of 233.48º 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 #ADB2DB is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 178 | 219 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.14 |
| HSL | 233.48º | 0.39% | 0.77% | - |
| HSV(B) | 233.48º | 0.21% | 0.86% | - |
| XYZ | 45.94 | 45.84 | 73.44 | - |
| YUV | 181.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 219 | 0.21 | 0.19 | 0 | 0.14 | 233.48 | 0.39 | 0.77 |
| Hex | AD | B2 | DB | 15 | 13 | 0 | E | E9 | 27 | 4D |
| Octal | 255 | 262 | 333 | 25 | 23 | 0 | 16 | 351 | 47 | 115 |
| Binary | 10101101 | 10110010 | 11011011 | 10101 | 10011 | 0 | 1110 | 11101001 | 100111 | 1001101 |
Color Harmonies of #ADB2DB
Complementary color
Monochromatic Colors of #ADB2DB
Black with #ADB2DB
Text Example
Text Example
White with #ADB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2DB; }
p { color: rgb(173,178,219); }
H1.HeaderClassName
{
color: #ADB2DB;
}
.AnyTagClassName
{
color: #ADB2DB;
}
</style>
background-color css
<style>
a { background-color: #ADB2DB; }
a { background-color: rgb(173,178,219); }
div.DivClassName
{
background-color: #ADB2DB;
}
.BgClassName
{
background-color: #ADB2DB;
}
</style>
border-color css
<style>
span { border-color: #ADB2DB; }
span { border-color: rgb(173,178,219); }
td.TdClassName
{
border-color: #ADB2DB;
}
.TagClassName
{
border-color: #ADB2DB;
}
</style>