Shades of Perano #ADB0EF
Tints of Perano #ADB0EF
RGB
CMYK
RGB Variations
Color information
#ADB0EF (or 0xADB0EF) is known color: Perano. HEX triplet: AD, B0 and EF. RGB value is (173,176,239). Sum of RGB (Red+Green+Blue) = 173+176+239=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADB0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0EF is #524F10. Grayscale: #B6B6B6. Windows color (decimal): -5394193 or 15708333. OLE color: 15708333.
HSL color Cylindrical-coordinate representation of color #ADB0EF: hue angle of 237.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB0EF is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 176 | 239 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.06 |
| HSL | 237.27º | 0.67% | 0.81% | - |
| HSV(B) | 237.27º | 0.28% | 0.94% | - |
| XYZ | 48.34 | 46.17 | 88.02 | - |
| YUV | 182.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 239 | 0.28 | 0.26 | 0 | 0.06 | 237.27 | 0.67 | 0.81 |
| Hex | AD | B0 | EF | 1C | 1A | 0 | 6 | ED | 43 | 51 |
| Octal | 255 | 260 | 357 | 34 | 32 | 0 | 6 | 355 | 103 | 121 |
| Binary | 10101101 | 10110000 | 11101111 | 11100 | 11010 | 0 | 110 | 11101101 | 1000011 | 1010001 |
Color Harmonies of #ADB0EF
Complementary color
Monochromatic Colors of #ADB0EF
Black with #ADB0EF
Text Example
Text Example
White with #ADB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0EF; }
p { color: rgb(173,176,239); }
H1.HeaderClassName
{
color: #ADB0EF;
}
.AnyTagClassName
{
color: #ADB0EF;
}
</style>
background-color css
<style>
a { background-color: #ADB0EF; }
a { background-color: rgb(173,176,239); }
div.DivClassName
{
background-color: #ADB0EF;
}
.BgClassName
{
background-color: #ADB0EF;
}
</style>
border-color css
<style>
span { border-color: #ADB0EF; }
span { border-color: rgb(173,176,239); }
td.TdClassName
{
border-color: #ADB0EF;
}
.TagClassName
{
border-color: #ADB0EF;
}
</style>