Shades of Perano #ADB9FF
Tints of Perano #ADB9FF
RGB
CMYK
RGB Variations
Color information
#ADB9FF (or 0xADB9FF) is known color: Perano. HEX triplet: AD, B9 and FF. RGB value is (173,185,255). Sum of RGB (Red+Green+Blue) = 173+185+255=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9FF is #524600. Grayscale: #BDBDBD. Windows color (decimal): -5391873 or 16759213. OLE color: 16759213.
HSL color Cylindrical-coordinate representation of color #ADB9FF: hue angle of 231.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB9FF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 185 | 255 | - |
| CMYK | 0.32 | 0.27 | 0 | 0 |
| HSL | 231.22º | 1% | 0.84% | - |
| HSV(B) | 231.22º | 0.32% | 1% | - |
| XYZ | 52.63 | 50.8 | 101.64 | - |
| YUV | 189.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 255 | 0.32 | 0.27 | 0 | 0 | 231.22 | 1 | 0.84 |
| Hex | AD | B9 | FF | 20 | 1B | 0 | 0 | E7 | 64 | 54 |
| Octal | 255 | 271 | 377 | 40 | 33 | 0 | 0 | 347 | 144 | 124 |
| Binary | 10101101 | 10111001 | 11111111 | 100000 | 11011 | 0 | 0 | 11100111 | 1100100 | 1010100 |
Color Harmonies of #ADB9FF
Complementary color
Monochromatic Colors of #ADB9FF
Black with #ADB9FF
Text Example
Text Example
White with #ADB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9FF; }
p { color: rgb(173,185,255); }
H1.HeaderClassName
{
color: #ADB9FF;
}
.AnyTagClassName
{
color: #ADB9FF;
}
</style>
background-color css
<style>
a { background-color: #ADB9FF; }
a { background-color: rgb(173,185,255); }
div.DivClassName
{
background-color: #ADB9FF;
}
.BgClassName
{
background-color: #ADB9FF;
}
</style>
border-color css
<style>
span { border-color: #ADB9FF; }
span { border-color: rgb(173,185,255); }
td.TdClassName
{
border-color: #ADB9FF;
}
.TagClassName
{
border-color: #ADB9FF;
}
</style>