Shades of Perano #ADB9EC
Tints of Perano #ADB9EC
RGB
CMYK
RGB Variations
Color information
#ADB9EC (or 0xADB9EC) is known color: Perano. HEX triplet: AD, B9 and EC. RGB value is (173,185,236). Sum of RGB (Red+Green+Blue) = 173+185+236=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9EC is #524613. Grayscale: #BBBBBB. Windows color (decimal): -5391892 or 15514029. OLE color: 15514029.
HSL color Cylindrical-coordinate representation of color #ADB9EC: hue angle of 228.57º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB9EC is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 185 | 236 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.07 |
| HSL | 228.57º | 0.62% | 0.8% | - |
| HSV(B) | 228.57º | 0.27% | 0.93% | - |
| XYZ | 49.72 | 49.64 | 86.32 | - |
| YUV | 187.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 236 | 0.27 | 0.22 | 0 | 0.07 | 228.57 | 0.62 | 0.8 |
| Hex | AD | B9 | EC | 1B | 16 | 0 | 7 | E5 | 3E | 50 |
| Octal | 255 | 271 | 354 | 33 | 26 | 0 | 7 | 345 | 76 | 120 |
| Binary | 10101101 | 10111001 | 11101100 | 11011 | 10110 | 0 | 111 | 11100101 | 111110 | 1010000 |
Color Harmonies of #ADB9EC
Complementary color
Monochromatic Colors of #ADB9EC
Black with #ADB9EC
Text Example
Text Example
White with #ADB9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9EC; }
p { color: rgb(173,185,236); }
H1.HeaderClassName
{
color: #ADB9EC;
}
.AnyTagClassName
{
color: #ADB9EC;
}
</style>
background-color css
<style>
a { background-color: #ADB9EC; }
a { background-color: rgb(173,185,236); }
div.DivClassName
{
background-color: #ADB9EC;
}
.BgClassName
{
background-color: #ADB9EC;
}
</style>
border-color css
<style>
span { border-color: #ADB9EC; }
span { border-color: rgb(173,185,236); }
td.TdClassName
{
border-color: #ADB9EC;
}
.TagClassName
{
border-color: #ADB9EC;
}
</style>