Shades of Perano #ADBAFF
Tints of Perano #ADBAFF
RGB
CMYK
RGB Variations
Color information
#ADBAFF (or 0xADBAFF) is known color: Perano. HEX triplet: AD, BA and FF. RGB value is (173,186,255). Sum of RGB (Red+Green+Blue) = 173+186+255=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAFF is #524500. Grayscale: #BDBDBD. Windows color (decimal): -5391617 or 16759469. OLE color: 16759469.
HSL color Cylindrical-coordinate representation of color #ADBAFF: hue angle of 230.49º 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 #ADBAFF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 186 | 255 | - |
| CMYK | 0.32 | 0.27 | 0 | 0 |
| HSL | 230.49º | 1% | 0.84% | - |
| HSV(B) | 230.49º | 0.32% | 1% | - |
| XYZ | 52.84 | 51.22 | 101.71 | - |
| YUV | 189.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 255 | 0.32 | 0.27 | 0 | 0 | 230.49 | 1 | 0.84 |
| Hex | AD | BA | FF | 20 | 1B | 0 | 0 | E6 | 64 | 54 |
| Octal | 255 | 272 | 377 | 40 | 33 | 0 | 0 | 346 | 144 | 124 |
| Binary | 10101101 | 10111010 | 11111111 | 100000 | 11011 | 0 | 0 | 11100110 | 1100100 | 1010100 |
Color Harmonies of #ADBAFF
Complementary color
Monochromatic Colors of #ADBAFF
Black with #ADBAFF
Text Example
Text Example
White with #ADBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAFF; }
p { color: rgb(173,186,255); }
H1.HeaderClassName
{
color: #ADBAFF;
}
.AnyTagClassName
{
color: #ADBAFF;
}
</style>
background-color css
<style>
a { background-color: #ADBAFF; }
a { background-color: rgb(173,186,255); }
div.DivClassName
{
background-color: #ADBAFF;
}
.BgClassName
{
background-color: #ADBAFF;
}
</style>
border-color css
<style>
span { border-color: #ADBAFF; }
span { border-color: rgb(173,186,255); }
td.TdClassName
{
border-color: #ADBAFF;
}
.TagClassName
{
border-color: #ADBAFF;
}
</style>