Shades of Perano #ADBDFF
Tints of Perano #ADBDFF
RGB
CMYK
RGB Variations
Color information
#ADBDFF (or 0xADBDFF) is known color: Perano. HEX triplet: AD, BD and FF. RGB value is (173,189,255). Sum of RGB (Red+Green+Blue) = 173+189+255=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADBDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBDFF is #524200. Grayscale: #BFBFBF. Windows color (decimal): -5390849 or 16760237. OLE color: 16760237.
HSL color Cylindrical-coordinate representation of color #ADBDFF: hue angle of 228.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBDFF is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 189 | 255 | - |
| CMYK | 0.32 | 0.26 | 0 | 0 |
| HSL | 228.29º | 1% | 0.84% | - |
| HSV(B) | 228.29º | 0.32% | 1% | - |
| XYZ | 53.48 | 52.5 | 101.92 | - |
| YUV | 191.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 255 | 0.32 | 0.26 | 0 | 0 | 228.29 | 1 | 0.84 |
| Hex | AD | BD | FF | 20 | 1A | 0 | 0 | E4 | 64 | 54 |
| Octal | 255 | 275 | 377 | 40 | 32 | 0 | 0 | 344 | 144 | 124 |
| Binary | 10101101 | 10111101 | 11111111 | 100000 | 11010 | 0 | 0 | 11100100 | 1100100 | 1010100 |
Color Harmonies of #ADBDFF
Complementary color
Monochromatic Colors of #ADBDFF
Black with #ADBDFF
Text Example
Text Example
White with #ADBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDFF; }
p { color: rgb(173,189,255); }
H1.HeaderClassName
{
color: #ADBDFF;
}
.AnyTagClassName
{
color: #ADBDFF;
}
</style>
background-color css
<style>
a { background-color: #ADBDFF; }
a { background-color: rgb(173,189,255); }
div.DivClassName
{
background-color: #ADBDFF;
}
.BgClassName
{
background-color: #ADBDFF;
}
</style>
border-color css
<style>
span { border-color: #ADBDFF; }
span { border-color: rgb(173,189,255); }
td.TdClassName
{
border-color: #ADBDFF;
}
.TagClassName
{
border-color: #ADBDFF;
}
</style>