Shades of Perano #ADB0F6
Tints of Perano #ADB0F6
RGB
CMYK
RGB Variations
Color information
#ADB0F6 (or 0xADB0F6) is known color: Perano. HEX triplet: AD, B0 and F6. RGB value is (173,176,246). Sum of RGB (Red+Green+Blue) = 173+176+246=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADB0F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0F6 is #524F09. Grayscale: #B6B6B6. Windows color (decimal): -5394186 or 16167085. OLE color: 16167085.
HSL color Cylindrical-coordinate representation of color #ADB0F6: hue angle of 237.53º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB0F6 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 176 | 246 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.04 |
| HSL | 237.53º | 0.8% | 0.82% | - |
| HSV(B) | 237.53º | 0.3% | 0.96% | - |
| XYZ | 49.39 | 46.59 | 93.58 | - |
| YUV | 183.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 246 | 0.30 | 0.28 | 0 | 0.04 | 237.53 | 0.8 | 0.82 |
| Hex | AD | B0 | F6 | 1E | 1C | 0 | 4 | EE | 50 | 52 |
| Octal | 255 | 260 | 366 | 36 | 34 | 0 | 4 | 356 | 120 | 122 |
| Binary | 10101101 | 10110000 | 11110110 | 11110 | 11100 | 0 | 100 | 11101110 | 1010000 | 1010010 |
Color Harmonies of #ADB0F6
Complementary color
Monochromatic Colors of #ADB0F6
Black with #ADB0F6
Text Example
Text Example
White with #ADB0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0F6; }
p { color: rgb(173,176,246); }
H1.HeaderClassName
{
color: #ADB0F6;
}
.AnyTagClassName
{
color: #ADB0F6;
}
</style>
background-color css
<style>
a { background-color: #ADB0F6; }
a { background-color: rgb(173,176,246); }
div.DivClassName
{
background-color: #ADB0F6;
}
.BgClassName
{
background-color: #ADB0F6;
}
</style>
border-color css
<style>
span { border-color: #ADB0F6; }
span { border-color: rgb(173,176,246); }
td.TdClassName
{
border-color: #ADB0F6;
}
.TagClassName
{
border-color: #ADB0F6;
}
</style>