Shades of Perano #ADB7F9
Tints of Perano #ADB7F9
RGB
CMYK
RGB Variations
Color information
#ADB7F9 (or 0xADB7F9) is known color: Perano. HEX triplet: AD, B7 and F9. RGB value is (173,183,249). Sum of RGB (Red+Green+Blue) = 173+183+249=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADB7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7F9 is #524806. Grayscale: #BBBBBB. Windows color (decimal): -5392391 or 16365485. OLE color: 16365485.
HSL color Cylindrical-coordinate representation of color #ADB7F9: hue angle of 232.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB7F9 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 183 | 249 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.02 |
| HSL | 232.11º | 0.86% | 0.83% | - |
| HSV(B) | 232.11º | 0.31% | 0.98% | - |
| XYZ | 51.27 | 49.59 | 96.49 | - |
| YUV | 187.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 249 | 0.31 | 0.27 | 0 | 0.02 | 232.11 | 0.86 | 0.83 |
| Hex | AD | B7 | F9 | 1F | 1B | 0 | 2 | E8 | 56 | 53 |
| Octal | 255 | 267 | 371 | 37 | 33 | 0 | 2 | 350 | 126 | 123 |
| Binary | 10101101 | 10110111 | 11111001 | 11111 | 11011 | 0 | 10 | 11101000 | 1010110 | 1010011 |
Color Harmonies of #ADB7F9
Complementary color
Monochromatic Colors of #ADB7F9
Black with #ADB7F9
Text Example
Text Example
White with #ADB7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7F9; }
p { color: rgb(173,183,249); }
H1.HeaderClassName
{
color: #ADB7F9;
}
.AnyTagClassName
{
color: #ADB7F9;
}
</style>
background-color css
<style>
a { background-color: #ADB7F9; }
a { background-color: rgb(173,183,249); }
div.DivClassName
{
background-color: #ADB7F9;
}
.BgClassName
{
background-color: #ADB7F9;
}
</style>
border-color css
<style>
span { border-color: #ADB7F9; }
span { border-color: rgb(173,183,249); }
td.TdClassName
{
border-color: #ADB7F9;
}
.TagClassName
{
border-color: #ADB7F9;
}
</style>