Shades of Perano #ADB3FD
Tints of Perano #ADB3FD
RGB
CMYK
RGB Variations
Color information
#ADB3FD (or 0xADB3FD) is known color: Perano. HEX triplet: AD, B3 and FD. RGB value is (173,179,253). Sum of RGB (Red+Green+Blue) = 173+179+253=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADB3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3FD is #524C02. Grayscale: #B9B9B9. Windows color (decimal): -5393411 or 16626605. OLE color: 16626605.
HSL color Cylindrical-coordinate representation of color #ADB3FD: hue angle of 235.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB3FD is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 179 | 253 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.01 |
| HSL | 235.5º | 0.95% | 0.84% | - |
| HSV(B) | 235.5º | 0.32% | 0.99% | - |
| XYZ | 51.08 | 48.22 | 99.54 | - |
| YUV | 185.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 253 | 0.32 | 0.29 | 0 | 0.01 | 235.5 | 0.95 | 0.84 |
| Hex | AD | B3 | FD | 20 | 1D | 0 | 1 | EC | 5F | 54 |
| Octal | 255 | 263 | 375 | 40 | 35 | 0 | 1 | 354 | 137 | 124 |
| Binary | 10101101 | 10110011 | 11111101 | 100000 | 11101 | 0 | 1 | 11101100 | 1011111 | 1010100 |
Color Harmonies of #ADB3FD
Complementary color
Monochromatic Colors of #ADB3FD
Black with #ADB3FD
Text Example
Text Example
White with #ADB3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3FD; }
p { color: rgb(173,179,253); }
H1.HeaderClassName
{
color: #ADB3FD;
}
.AnyTagClassName
{
color: #ADB3FD;
}
</style>
background-color css
<style>
a { background-color: #ADB3FD; }
a { background-color: rgb(173,179,253); }
div.DivClassName
{
background-color: #ADB3FD;
}
.BgClassName
{
background-color: #ADB3FD;
}
</style>
border-color css
<style>
span { border-color: #ADB3FD; }
span { border-color: rgb(173,179,253); }
td.TdClassName
{
border-color: #ADB3FD;
}
.TagClassName
{
border-color: #ADB3FD;
}
</style>