Shades of Perano #ADBAFE
Tints of Perano #ADBAFE
RGB
CMYK
RGB Variations
Color information
#ADBAFE (or 0xADBAFE) is known color: Perano. HEX triplet: AD, BA and FE. RGB value is (173,186,254). Sum of RGB (Red+Green+Blue) = 173+186+254=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAFE is #524501. Grayscale: #BDBDBD. Windows color (decimal): -5391618 or 16693933. OLE color: 16693933.
HSL color Cylindrical-coordinate representation of color #ADBAFE: hue angle of 230.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBAFE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 186 | 254 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.00 |
| HSL | 230.37º | 0.98% | 0.84% | - |
| HSV(B) | 230.37º | 0.32% | 1% | - |
| XYZ | 52.68 | 51.16 | 100.86 | - |
| YUV | 189.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 254 | 0.32 | 0.27 | 0 | 0.00 | 230.37 | 0.98 | 0.84 |
| Hex | AD | BA | FE | 20 | 1B | 0 | 0 | E6 | 62 | 54 |
| Octal | 255 | 272 | 376 | 40 | 33 | 0 | 0 | 346 | 142 | 124 |
| Binary | 10101101 | 10111010 | 11111110 | 100000 | 11011 | 0 | 0 | 11100110 | 1100010 | 1010100 |
Color Harmonies of #ADBAFE
Complementary color
Monochromatic Colors of #ADBAFE
Black with #ADBAFE
Text Example
Text Example
White with #ADBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAFE; }
p { color: rgb(173,186,254); }
H1.HeaderClassName
{
color: #ADBAFE;
}
.AnyTagClassName
{
color: #ADBAFE;
}
</style>
background-color css
<style>
a { background-color: #ADBAFE; }
a { background-color: rgb(173,186,254); }
div.DivClassName
{
background-color: #ADBAFE;
}
.BgClassName
{
background-color: #ADBAFE;
}
</style>
border-color css
<style>
span { border-color: #ADBAFE; }
span { border-color: rgb(173,186,254); }
td.TdClassName
{
border-color: #ADBAFE;
}
.TagClassName
{
border-color: #ADBAFE;
}
</style>