Shades of Perano #ADB7E0
Tints of Perano #ADB7E0
RGB
CMYK
RGB Variations
Color information
#ADB7E0 (or 0xADB7E0) is known color: Perano. HEX triplet: AD, B7 and E0. RGB value is (173,183,224). Sum of RGB (Red+Green+Blue) = 173+183+224=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADB7E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7E0 is #52481F. Grayscale: #B8B8B8. Windows color (decimal): -5392416 or 14727085. OLE color: 14727085.
HSL color Cylindrical-coordinate representation of color #ADB7E0: hue angle of 228.24º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB7E0 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 183 | 224 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.12 |
| HSL | 228.24º | 0.45% | 0.78% | - |
| HSV(B) | 228.24º | 0.23% | 0.88% | - |
| XYZ | 47.62 | 48.13 | 77.3 | - |
| YUV | 184.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 224 | 0.23 | 0.18 | 0 | 0.12 | 228.24 | 0.45 | 0.78 |
| Hex | AD | B7 | E0 | 17 | 12 | 0 | C | E4 | 2D | 4E |
| Octal | 255 | 267 | 340 | 27 | 22 | 0 | 14 | 344 | 55 | 116 |
| Binary | 10101101 | 10110111 | 11100000 | 10111 | 10010 | 0 | 1100 | 11100100 | 101101 | 1001110 |
Color Harmonies of #ADB7E0
Complementary color
Monochromatic Colors of #ADB7E0
Black with #ADB7E0
Text Example
Text Example
White with #ADB7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7E0; }
p { color: rgb(173,183,224); }
H1.HeaderClassName
{
color: #ADB7E0;
}
.AnyTagClassName
{
color: #ADB7E0;
}
</style>
background-color css
<style>
a { background-color: #ADB7E0; }
a { background-color: rgb(173,183,224); }
div.DivClassName
{
background-color: #ADB7E0;
}
.BgClassName
{
background-color: #ADB7E0;
}
</style>
border-color css
<style>
span { border-color: #ADB7E0; }
span { border-color: rgb(173,183,224); }
td.TdClassName
{
border-color: #ADB7E0;
}
.TagClassName
{
border-color: #ADB7E0;
}
</style>