Shades of Perano #ADB6F1
Tints of Perano #ADB6F1
RGB
CMYK
RGB Variations
Color information
#ADB6F1 (or 0xADB6F1) is known color: Perano. HEX triplet: AD, B6 and F1. RGB value is (173,182,241). Sum of RGB (Red+Green+Blue) = 173+182+241=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADB6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6F1 is #52490E. Grayscale: #B9B9B9. Windows color (decimal): -5392655 or 15840941. OLE color: 15840941.
HSL color Cylindrical-coordinate representation of color #ADB6F1: hue angle of 232.06º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB6F1 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 182 | 241 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.05 |
| HSL | 232.06º | 0.71% | 0.81% | - |
| HSV(B) | 232.06º | 0.28% | 0.95% | - |
| XYZ | 49.84 | 48.69 | 89.99 | - |
| YUV | 186.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 241 | 0.28 | 0.24 | 0 | 0.05 | 232.06 | 0.71 | 0.81 |
| Hex | AD | B6 | F1 | 1C | 18 | 0 | 5 | E8 | 47 | 51 |
| Octal | 255 | 266 | 361 | 34 | 30 | 0 | 5 | 350 | 107 | 121 |
| Binary | 10101101 | 10110110 | 11110001 | 11100 | 11000 | 0 | 101 | 11101000 | 1000111 | 1010001 |
Color Harmonies of #ADB6F1
Complementary color
Monochromatic Colors of #ADB6F1
Black with #ADB6F1
Text Example
Text Example
White with #ADB6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6F1; }
p { color: rgb(173,182,241); }
H1.HeaderClassName
{
color: #ADB6F1;
}
.AnyTagClassName
{
color: #ADB6F1;
}
</style>
background-color css
<style>
a { background-color: #ADB6F1; }
a { background-color: rgb(173,182,241); }
div.DivClassName
{
background-color: #ADB6F1;
}
.BgClassName
{
background-color: #ADB6F1;
}
</style>
border-color css
<style>
span { border-color: #ADB6F1; }
span { border-color: rgb(173,182,241); }
td.TdClassName
{
border-color: #ADB6F1;
}
.TagClassName
{
border-color: #ADB6F1;
}
</style>