Shades of Perano #ADB0DF
Tints of Perano #ADB0DF
RGB
CMYK
RGB Variations
Color information
#ADB0DF (or 0xADB0DF) is known color: Perano. HEX triplet: AD, B0 and DF. RGB value is (173,176,223). Sum of RGB (Red+Green+Blue) = 173+176+223=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADB0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0DF is #524F20. Grayscale: #B4B4B4. Windows color (decimal): -5394209 or 14659757. OLE color: 14659757.
HSL color Cylindrical-coordinate representation of color #ADB0DF: hue angle of 236.4º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB0DF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 176 | 223 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.13 |
| HSL | 236.4º | 0.44% | 0.78% | - |
| HSV(B) | 236.4º | 0.22% | 0.87% | - |
| XYZ | 46.08 | 45.26 | 76.12 | - |
| YUV | 180.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 223 | 0.22 | 0.21 | 0 | 0.13 | 236.4 | 0.44 | 0.78 |
| Hex | AD | B0 | DF | 16 | 15 | 0 | D | EC | 2C | 4E |
| Octal | 255 | 260 | 337 | 26 | 25 | 0 | 15 | 354 | 54 | 116 |
| Binary | 10101101 | 10110000 | 11011111 | 10110 | 10101 | 0 | 1101 | 11101100 | 101100 | 1001110 |
Color Harmonies of #ADB0DF
Complementary color
Monochromatic Colors of #ADB0DF
Black with #ADB0DF
Text Example
Text Example
White with #ADB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0DF; }
p { color: rgb(173,176,223); }
H1.HeaderClassName
{
color: #ADB0DF;
}
.AnyTagClassName
{
color: #ADB0DF;
}
</style>
background-color css
<style>
a { background-color: #ADB0DF; }
a { background-color: rgb(173,176,223); }
div.DivClassName
{
background-color: #ADB0DF;
}
.BgClassName
{
background-color: #ADB0DF;
}
</style>
border-color css
<style>
span { border-color: #ADB0DF; }
span { border-color: rgb(173,176,223); }
td.TdClassName
{
border-color: #ADB0DF;
}
.TagClassName
{
border-color: #ADB0DF;
}
</style>