Shades of Perano #ADB8DF
Tints of Perano #ADB8DF
RGB
CMYK
RGB Variations
Color information
#ADB8DF (or 0xADB8DF) is known color: Perano. HEX triplet: AD, B8 and DF. RGB value is (173,184,223). Sum of RGB (Red+Green+Blue) = 173+184+223=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADB8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8DF is #524720. Grayscale: #B8B8B8. Windows color (decimal): -5392161 or 14661805. OLE color: 14661805.
HSL color Cylindrical-coordinate representation of color #ADB8DF: hue angle of 226.8º 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 #ADB8DF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 184 | 223 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.13 |
| HSL | 226.8º | 0.44% | 0.78% | - |
| HSV(B) | 226.8º | 0.22% | 0.87% | - |
| XYZ | 47.69 | 48.49 | 76.66 | - |
| YUV | 185.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 223 | 0.22 | 0.17 | 0 | 0.13 | 226.8 | 0.44 | 0.78 |
| Hex | AD | B8 | DF | 16 | 11 | 0 | D | E3 | 2C | 4E |
| Octal | 255 | 270 | 337 | 26 | 21 | 0 | 15 | 343 | 54 | 116 |
| Binary | 10101101 | 10111000 | 11011111 | 10110 | 10001 | 0 | 1101 | 11100011 | 101100 | 1001110 |
Color Harmonies of #ADB8DF
Complementary color
Monochromatic Colors of #ADB8DF
Black with #ADB8DF
Text Example
Text Example
White with #ADB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8DF; }
p { color: rgb(173,184,223); }
H1.HeaderClassName
{
color: #ADB8DF;
}
.AnyTagClassName
{
color: #ADB8DF;
}
</style>
background-color css
<style>
a { background-color: #ADB8DF; }
a { background-color: rgb(173,184,223); }
div.DivClassName
{
background-color: #ADB8DF;
}
.BgClassName
{
background-color: #ADB8DF;
}
</style>
border-color css
<style>
span { border-color: #ADB8DF; }
span { border-color: rgb(173,184,223); }
td.TdClassName
{
border-color: #ADB8DF;
}
.TagClassName
{
border-color: #ADB8DF;
}
</style>