Shades of Perano #ADB9DE
Tints of Perano #ADB9DE
RGB
CMYK
RGB Variations
Color information
#ADB9DE (or 0xADB9DE) is known color: Perano. HEX triplet: AD, B9 and DE. RGB value is (173,185,222). Sum of RGB (Red+Green+Blue) = 173+185+222=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADB9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9DE is #524621. Grayscale: #B9B9B9. Windows color (decimal): -5391906 or 14596525. OLE color: 14596525.
HSL color Cylindrical-coordinate representation of color #ADB9DE: hue angle of 225.31º 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 #ADB9DE is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 185 | 222 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.13 |
| HSL | 225.31º | 0.43% | 0.77% | - |
| HSV(B) | 225.31º | 0.22% | 0.87% | - |
| XYZ | 47.77 | 48.86 | 76.02 | - |
| YUV | 185.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 222 | 0.22 | 0.17 | 0 | 0.13 | 225.31 | 0.43 | 0.77 |
| Hex | AD | B9 | DE | 16 | 11 | 0 | D | E1 | 2B | 4D |
| Octal | 255 | 271 | 336 | 26 | 21 | 0 | 15 | 341 | 53 | 115 |
| Binary | 10101101 | 10111001 | 11011110 | 10110 | 10001 | 0 | 1101 | 11100001 | 101011 | 1001101 |
Color Harmonies of #ADB9DE
Complementary color
Monochromatic Colors of #ADB9DE
Black with #ADB9DE
Text Example
Text Example
White with #ADB9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9DE; }
p { color: rgb(173,185,222); }
H1.HeaderClassName
{
color: #ADB9DE;
}
.AnyTagClassName
{
color: #ADB9DE;
}
</style>
background-color css
<style>
a { background-color: #ADB9DE; }
a { background-color: rgb(173,185,222); }
div.DivClassName
{
background-color: #ADB9DE;
}
.BgClassName
{
background-color: #ADB9DE;
}
</style>
border-color css
<style>
span { border-color: #ADB9DE; }
span { border-color: rgb(173,185,222); }
td.TdClassName
{
border-color: #ADB9DE;
}
.TagClassName
{
border-color: #ADB9DE;
}
</style>