Shades of Perano #ADB9DF
Tints of Perano #ADB9DF
RGB
CMYK
RGB Variations
Color information
#ADB9DF (or 0xADB9DF) is known color: Perano. HEX triplet: AD, B9 and DF. RGB value is (173,185,223). Sum of RGB (Red+Green+Blue) = 173+185+223=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9DF is #524620. Grayscale: #B9B9B9. Windows color (decimal): -5391905 or 14662061. OLE color: 14662061.
HSL color Cylindrical-coordinate representation of color #ADB9DF: hue angle of 225.6º 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 #ADB9DF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 185 | 223 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.13 |
| HSL | 225.6º | 0.44% | 0.78% | - |
| HSV(B) | 225.6º | 0.22% | 0.87% | - |
| XYZ | 47.9 | 48.91 | 76.73 | - |
| YUV | 185.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 223 | 0.22 | 0.17 | 0 | 0.13 | 225.6 | 0.44 | 0.78 |
| Hex | AD | B9 | DF | 16 | 11 | 0 | D | E2 | 2C | 4E |
| Octal | 255 | 271 | 337 | 26 | 21 | 0 | 15 | 342 | 54 | 116 |
| Binary | 10101101 | 10111001 | 11011111 | 10110 | 10001 | 0 | 1101 | 11100010 | 101100 | 1001110 |
Color Harmonies of #ADB9DF
Complementary color
Monochromatic Colors of #ADB9DF
Black with #ADB9DF
Text Example
Text Example
White with #ADB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9DF; }
p { color: rgb(173,185,223); }
H1.HeaderClassName
{
color: #ADB9DF;
}
.AnyTagClassName
{
color: #ADB9DF;
}
</style>
background-color css
<style>
a { background-color: #ADB9DF; }
a { background-color: rgb(173,185,223); }
div.DivClassName
{
background-color: #ADB9DF;
}
.BgClassName
{
background-color: #ADB9DF;
}
</style>
border-color css
<style>
span { border-color: #ADB9DF; }
span { border-color: rgb(173,185,223); }
td.TdClassName
{
border-color: #ADB9DF;
}
.TagClassName
{
border-color: #ADB9DF;
}
</style>