Shades of Perano #ADB0F9
Tints of Perano #ADB0F9
RGB
CMYK
RGB Variations
Color information
#ADB0F9 (or 0xADB0F9) is known color: Perano. HEX triplet: AD, B0 and F9. RGB value is (173,176,249). Sum of RGB (Red+Green+Blue) = 173+176+249=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADB0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0F9 is #524F06. Grayscale: #B7B7B7. Windows color (decimal): -5394183 or 16363693. OLE color: 16363693.
HSL color Cylindrical-coordinate representation of color #ADB0F9: hue angle of 237.63º degrees, saturation: 0.86, 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 #ADB0F9 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 176 | 249 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.02 |
| HSL | 237.63º | 0.86% | 0.83% | - |
| HSV(B) | 237.63º | 0.31% | 0.98% | - |
| XYZ | 49.86 | 46.77 | 96.02 | - |
| YUV | 183.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 249 | 0.31 | 0.29 | 0 | 0.02 | 237.63 | 0.86 | 0.83 |
| Hex | AD | B0 | F9 | 1F | 1D | 0 | 2 | EE | 56 | 53 |
| Octal | 255 | 260 | 371 | 37 | 35 | 0 | 2 | 356 | 126 | 123 |
| Binary | 10101101 | 10110000 | 11111001 | 11111 | 11101 | 0 | 10 | 11101110 | 1010110 | 1010011 |
Color Harmonies of #ADB0F9
Complementary color
Monochromatic Colors of #ADB0F9
Black with #ADB0F9
Text Example
Text Example
White with #ADB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0F9; }
p { color: rgb(173,176,249); }
H1.HeaderClassName
{
color: #ADB0F9;
}
.AnyTagClassName
{
color: #ADB0F9;
}
</style>
background-color css
<style>
a { background-color: #ADB0F9; }
a { background-color: rgb(173,176,249); }
div.DivClassName
{
background-color: #ADB0F9;
}
.BgClassName
{
background-color: #ADB0F9;
}
</style>
border-color css
<style>
span { border-color: #ADB0F9; }
span { border-color: rgb(173,176,249); }
td.TdClassName
{
border-color: #ADB0F9;
}
.TagClassName
{
border-color: #ADB0F9;
}
</style>