Shades of Perano #ADBAFA
Tints of Perano #ADBAFA
RGB
CMYK
RGB Variations
Color information
#ADBAFA (or 0xADBAFA) is known color: Perano. HEX triplet: AD, BA and FA. RGB value is (173,186,250). Sum of RGB (Red+Green+Blue) = 173+186+250=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADBAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAFA is #524505. Grayscale: #BDBDBD. Windows color (decimal): -5391622 or 16431789. OLE color: 16431789.
HSL color Cylindrical-coordinate representation of color #ADBAFA: hue angle of 229.87º 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 #ADBAFA is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 186 | 250 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.02 |
| HSL | 229.87º | 0.89% | 0.83% | - |
| HSV(B) | 229.87º | 0.31% | 0.98% | - |
| XYZ | 52.05 | 50.9 | 97.52 | - |
| YUV | 189.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 250 | 0.31 | 0.26 | 0 | 0.02 | 229.87 | 0.89 | 0.83 |
| Hex | AD | BA | FA | 1F | 1A | 0 | 2 | E6 | 59 | 53 |
| Octal | 255 | 272 | 372 | 37 | 32 | 0 | 2 | 346 | 131 | 123 |
| Binary | 10101101 | 10111010 | 11111010 | 11111 | 11010 | 0 | 10 | 11100110 | 1011001 | 1010011 |
Color Harmonies of #ADBAFA
Complementary color
Monochromatic Colors of #ADBAFA
Black with #ADBAFA
Text Example
Text Example
White with #ADBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAFA; }
p { color: rgb(173,186,250); }
H1.HeaderClassName
{
color: #ADBAFA;
}
.AnyTagClassName
{
color: #ADBAFA;
}
</style>
background-color css
<style>
a { background-color: #ADBAFA; }
a { background-color: rgb(173,186,250); }
div.DivClassName
{
background-color: #ADBAFA;
}
.BgClassName
{
background-color: #ADBAFA;
}
</style>
border-color css
<style>
span { border-color: #ADBAFA; }
span { border-color: rgb(173,186,250); }
td.TdClassName
{
border-color: #ADBAFA;
}
.TagClassName
{
border-color: #ADBAFA;
}
</style>