Shades of Perano #ADB5DF
Tints of Perano #ADB5DF
RGB
CMYK
RGB Variations
Color information
#ADB5DF (or 0xADB5DF) is known color: Perano. HEX triplet: AD, B5 and DF. RGB value is (173,181,223). Sum of RGB (Red+Green+Blue) = 173+181+223=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADB5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5DF is #524A20. Grayscale: #B7B7B7. Windows color (decimal): -5392929 or 14661037. OLE color: 14661037.
HSL color Cylindrical-coordinate representation of color #ADB5DF: hue angle of 230.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 #ADB5DF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 181 | 223 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.13 |
| HSL | 230.4º | 0.44% | 0.78% | - |
| HSV(B) | 230.4º | 0.22% | 0.87% | - |
| XYZ | 47.08 | 47.26 | 76.45 | - |
| YUV | 183.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 223 | 0.22 | 0.19 | 0 | 0.13 | 230.4 | 0.44 | 0.78 |
| Hex | AD | B5 | DF | 16 | 13 | 0 | D | E6 | 2C | 4E |
| Octal | 255 | 265 | 337 | 26 | 23 | 0 | 15 | 346 | 54 | 116 |
| Binary | 10101101 | 10110101 | 11011111 | 10110 | 10011 | 0 | 1101 | 11100110 | 101100 | 1001110 |
Color Harmonies of #ADB5DF
Complementary color
Monochromatic Colors of #ADB5DF
Black with #ADB5DF
Text Example
Text Example
White with #ADB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5DF; }
p { color: rgb(173,181,223); }
H1.HeaderClassName
{
color: #ADB5DF;
}
.AnyTagClassName
{
color: #ADB5DF;
}
</style>
background-color css
<style>
a { background-color: #ADB5DF; }
a { background-color: rgb(173,181,223); }
div.DivClassName
{
background-color: #ADB5DF;
}
.BgClassName
{
background-color: #ADB5DF;
}
</style>
border-color css
<style>
span { border-color: #ADB5DF; }
span { border-color: rgb(173,181,223); }
td.TdClassName
{
border-color: #ADB5DF;
}
.TagClassName
{
border-color: #ADB5DF;
}
</style>