Shades of Perano #ADB4DB
Tints of Perano #ADB4DB
RGB
CMYK
RGB Variations
Color information
#ADB4DB (or 0xADB4DB) is known color: Perano. HEX triplet: AD, B4 and DB. RGB value is (173,180,219). Sum of RGB (Red+Green+Blue) = 173+180+219=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADB4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4DB is #524B24. Grayscale: #B6B6B6. Windows color (decimal): -5393189 or 14398637. OLE color: 14398637.
HSL color Cylindrical-coordinate representation of color #ADB4DB: hue angle of 230.87º 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 #ADB4DB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 180 | 219 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.14 |
| HSL | 230.87º | 0.39% | 0.77% | - |
| HSV(B) | 230.87º | 0.21% | 0.86% | - |
| XYZ | 46.34 | 46.64 | 73.58 | - |
| YUV | 182.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 219 | 0.21 | 0.18 | 0 | 0.14 | 230.87 | 0.39 | 0.77 |
| Hex | AD | B4 | DB | 15 | 12 | 0 | E | E7 | 27 | 4D |
| Octal | 255 | 264 | 333 | 25 | 22 | 0 | 16 | 347 | 47 | 115 |
| Binary | 10101101 | 10110100 | 11011011 | 10101 | 10010 | 0 | 1110 | 11100111 | 100111 | 1001101 |
Color Harmonies of #ADB4DB
Complementary color
Monochromatic Colors of #ADB4DB
Black with #ADB4DB
Text Example
Text Example
White with #ADB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4DB; }
p { color: rgb(173,180,219); }
H1.HeaderClassName
{
color: #ADB4DB;
}
.AnyTagClassName
{
color: #ADB4DB;
}
</style>
background-color css
<style>
a { background-color: #ADB4DB; }
a { background-color: rgb(173,180,219); }
div.DivClassName
{
background-color: #ADB4DB;
}
.BgClassName
{
background-color: #ADB4DB;
}
</style>
border-color css
<style>
span { border-color: #ADB4DB; }
span { border-color: rgb(173,180,219); }
td.TdClassName
{
border-color: #ADB4DB;
}
.TagClassName
{
border-color: #ADB4DB;
}
</style>