Shades of Perano #ADB6FA
Tints of Perano #ADB6FA
RGB
CMYK
RGB Variations
Color information
#ADB6FA (or 0xADB6FA) is known color: Perano. HEX triplet: AD, B6 and FA. RGB value is (173,182,250). Sum of RGB (Red+Green+Blue) = 173+182+250=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADB6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6FA is #524905. Grayscale: #BABABA. Windows color (decimal): -5392646 or 16430765. OLE color: 16430765.
HSL color Cylindrical-coordinate representation of color #ADB6FA: hue angle of 232.99º degrees, saturation: 0.89, 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 #ADB6FA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 182 | 250 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.02 |
| HSL | 232.99º | 0.89% | 0.83% | - |
| HSV(B) | 232.99º | 0.31% | 0.98% | - |
| XYZ | 51.22 | 49.24 | 97.25 | - |
| YUV | 187.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 250 | 0.31 | 0.27 | 0 | 0.02 | 232.99 | 0.89 | 0.83 |
| Hex | AD | B6 | FA | 1F | 1B | 0 | 2 | E9 | 59 | 53 |
| Octal | 255 | 266 | 372 | 37 | 33 | 0 | 2 | 351 | 131 | 123 |
| Binary | 10101101 | 10110110 | 11111010 | 11111 | 11011 | 0 | 10 | 11101001 | 1011001 | 1010011 |
Color Harmonies of #ADB6FA
Complementary color
Monochromatic Colors of #ADB6FA
Black with #ADB6FA
Text Example
Text Example
White with #ADB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6FA; }
p { color: rgb(173,182,250); }
H1.HeaderClassName
{
color: #ADB6FA;
}
.AnyTagClassName
{
color: #ADB6FA;
}
</style>
background-color css
<style>
a { background-color: #ADB6FA; }
a { background-color: rgb(173,182,250); }
div.DivClassName
{
background-color: #ADB6FA;
}
.BgClassName
{
background-color: #ADB6FA;
}
</style>
border-color css
<style>
span { border-color: #ADB6FA; }
span { border-color: rgb(173,182,250); }
td.TdClassName
{
border-color: #ADB6FA;
}
.TagClassName
{
border-color: #ADB6FA;
}
</style>