Shades of Perano #ADB7DE
Tints of Perano #ADB7DE
RGB
CMYK
RGB Variations
Color information
#ADB7DE (or 0xADB7DE) is known color: Perano. HEX triplet: AD, B7 and DE. RGB value is (173,183,222). Sum of RGB (Red+Green+Blue) = 173+183+222=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADB7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7DE is #524821. Grayscale: #B8B8B8. Windows color (decimal): -5392418 or 14596013. OLE color: 14596013.
HSL color Cylindrical-coordinate representation of color #ADB7DE: hue angle of 227.76º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB7DE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 183 | 222 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.13 |
| HSL | 227.76º | 0.43% | 0.77% | - |
| HSV(B) | 227.76º | 0.22% | 0.87% | - |
| XYZ | 47.35 | 48.03 | 75.88 | - |
| YUV | 184.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 222 | 0.22 | 0.18 | 0 | 0.13 | 227.76 | 0.43 | 0.77 |
| Hex | AD | B7 | DE | 16 | 12 | 0 | D | E4 | 2B | 4D |
| Octal | 255 | 267 | 336 | 26 | 22 | 0 | 15 | 344 | 53 | 115 |
| Binary | 10101101 | 10110111 | 11011110 | 10110 | 10010 | 0 | 1101 | 11100100 | 101011 | 1001101 |
Color Harmonies of #ADB7DE
Complementary color
Monochromatic Colors of #ADB7DE
Black with #ADB7DE
Text Example
Text Example
White with #ADB7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7DE; }
p { color: rgb(173,183,222); }
H1.HeaderClassName
{
color: #ADB7DE;
}
.AnyTagClassName
{
color: #ADB7DE;
}
</style>
background-color css
<style>
a { background-color: #ADB7DE; }
a { background-color: rgb(173,183,222); }
div.DivClassName
{
background-color: #ADB7DE;
}
.BgClassName
{
background-color: #ADB7DE;
}
</style>
border-color css
<style>
span { border-color: #ADB7DE; }
span { border-color: rgb(173,183,222); }
td.TdClassName
{
border-color: #ADB7DE;
}
.TagClassName
{
border-color: #ADB7DE;
}
</style>