Shades of Perano #ADB7ED
Tints of Perano #ADB7ED
RGB
CMYK
RGB Variations
Color information
#ADB7ED (or 0xADB7ED) is known color: Perano. HEX triplet: AD, B7 and ED. RGB value is (173,183,237). Sum of RGB (Red+Green+Blue) = 173+183+237=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADB7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7ED is #524812. Grayscale: #B9B9B9. Windows color (decimal): -5392403 or 15579053. OLE color: 15579053.
HSL color Cylindrical-coordinate representation of color #ADB7ED: hue angle of 230.62º degrees, saturation: 0.64, 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 #ADB7ED is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 183 | 237 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.07 |
| HSL | 230.63º | 0.64% | 0.8% | - |
| HSV(B) | 230.63º | 0.27% | 0.93% | - |
| XYZ | 49.45 | 48.87 | 86.95 | - |
| YUV | 186.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 237 | 0.27 | 0.23 | 0 | 0.07 | 230.63 | 0.64 | 0.8 |
| Hex | AD | B7 | ED | 1B | 17 | 0 | 7 | E7 | 40 | 50 |
| Octal | 255 | 267 | 355 | 33 | 27 | 0 | 7 | 347 | 100 | 120 |
| Binary | 10101101 | 10110111 | 11101101 | 11011 | 10111 | 0 | 111 | 11100111 | 1000000 | 1010000 |
Color Harmonies of #ADB7ED
Complementary color
Monochromatic Colors of #ADB7ED
Black with #ADB7ED
Text Example
Text Example
White with #ADB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7ED; }
p { color: rgb(173,183,237); }
H1.HeaderClassName
{
color: #ADB7ED;
}
.AnyTagClassName
{
color: #ADB7ED;
}
</style>
background-color css
<style>
a { background-color: #ADB7ED; }
a { background-color: rgb(173,183,237); }
div.DivClassName
{
background-color: #ADB7ED;
}
.BgClassName
{
background-color: #ADB7ED;
}
</style>
border-color css
<style>
span { border-color: #ADB7ED; }
span { border-color: rgb(173,183,237); }
td.TdClassName
{
border-color: #ADB7ED;
}
.TagClassName
{
border-color: #ADB7ED;
}
</style>