Shades of Perano #ADB5EF
Tints of Perano #ADB5EF
RGB
CMYK
RGB Variations
Color information
#ADB5EF (or 0xADB5EF) is known color: Perano. HEX triplet: AD, B5 and EF. RGB value is (173,181,239). Sum of RGB (Red+Green+Blue) = 173+181+239=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADB5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5EF is #524A10. Grayscale: #B8B8B8. Windows color (decimal): -5392913 or 15709613. OLE color: 15709613.
HSL color Cylindrical-coordinate representation of color #ADB5EF: hue angle of 232.73º 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 #ADB5EF is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 181 | 239 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.06 |
| HSL | 232.73º | 0.67% | 0.81% | - |
| HSV(B) | 232.73º | 0.28% | 0.94% | - |
| XYZ | 49.34 | 48.16 | 88.36 | - |
| YUV | 185.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 239 | 0.28 | 0.24 | 0 | 0.06 | 232.73 | 0.67 | 0.81 |
| Hex | AD | B5 | EF | 1C | 18 | 0 | 6 | E9 | 43 | 51 |
| Octal | 255 | 265 | 357 | 34 | 30 | 0 | 6 | 351 | 103 | 121 |
| Binary | 10101101 | 10110101 | 11101111 | 11100 | 11000 | 0 | 110 | 11101001 | 1000011 | 1010001 |
Color Harmonies of #ADB5EF
Complementary color
Monochromatic Colors of #ADB5EF
Black with #ADB5EF
Text Example
Text Example
White with #ADB5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5EF; }
p { color: rgb(173,181,239); }
H1.HeaderClassName
{
color: #ADB5EF;
}
.AnyTagClassName
{
color: #ADB5EF;
}
</style>
background-color css
<style>
a { background-color: #ADB5EF; }
a { background-color: rgb(173,181,239); }
div.DivClassName
{
background-color: #ADB5EF;
}
.BgClassName
{
background-color: #ADB5EF;
}
</style>
border-color css
<style>
span { border-color: #ADB5EF; }
span { border-color: rgb(173,181,239); }
td.TdClassName
{
border-color: #ADB5EF;
}
.TagClassName
{
border-color: #ADB5EF;
}
</style>