Shades of Perano #ADB5EC
Tints of Perano #ADB5EC
RGB
CMYK
RGB Variations
Color information
#ADB5EC (or 0xADB5EC) is known color: Perano. HEX triplet: AD, B5 and EC. RGB value is (173,181,236). Sum of RGB (Red+Green+Blue) = 173+181+236=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5EC is #524A13. Grayscale: #B8B8B8. Windows color (decimal): -5392916 or 15513005. OLE color: 15513005.
HSL color Cylindrical-coordinate representation of color #ADB5EC: hue angle of 232.38º 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 #ADB5EC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 181 | 236 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.07 |
| HSL | 232.38º | 0.62% | 0.8% | - |
| HSV(B) | 232.38º | 0.27% | 0.93% | - |
| XYZ | 48.9 | 47.99 | 86.04 | - |
| YUV | 184.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 236 | 0.27 | 0.23 | 0 | 0.07 | 232.38 | 0.62 | 0.8 |
| Hex | AD | B5 | EC | 1B | 17 | 0 | 7 | E8 | 3E | 50 |
| Octal | 255 | 265 | 354 | 33 | 27 | 0 | 7 | 350 | 76 | 120 |
| Binary | 10101101 | 10110101 | 11101100 | 11011 | 10111 | 0 | 111 | 11101000 | 111110 | 1010000 |
Color Harmonies of #ADB5EC
Complementary color
Monochromatic Colors of #ADB5EC
Black with #ADB5EC
Text Example
Text Example
White with #ADB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5EC; }
p { color: rgb(173,181,236); }
H1.HeaderClassName
{
color: #ADB5EC;
}
.AnyTagClassName
{
color: #ADB5EC;
}
</style>
background-color css
<style>
a { background-color: #ADB5EC; }
a { background-color: rgb(173,181,236); }
div.DivClassName
{
background-color: #ADB5EC;
}
.BgClassName
{
background-color: #ADB5EC;
}
</style>
border-color css
<style>
span { border-color: #ADB5EC; }
span { border-color: rgb(173,181,236); }
td.TdClassName
{
border-color: #ADB5EC;
}
.TagClassName
{
border-color: #ADB5EC;
}
</style>