Shades of Perano #ADB3F5
Tints of Perano #ADB3F5
RGB
CMYK
RGB Variations
Color information
#ADB3F5 (or 0xADB3F5) is known color: Perano. HEX triplet: AD, B3 and F5. RGB value is (173,179,245). Sum of RGB (Red+Green+Blue) = 173+179+245=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADB3F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3F5 is #524C0A. Grayscale: #B8B8B8. Windows color (decimal): -5393419 or 16102317. OLE color: 16102317.
HSL color Cylindrical-coordinate representation of color #ADB3F5: hue angle of 235º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB3F5 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 179 | 245 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.04 |
| HSL | 235º | 0.78% | 0.82% | - |
| HSV(B) | 235º | 0.29% | 0.96% | - |
| XYZ | 49.84 | 47.72 | 92.97 | - |
| YUV | 184.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 245 | 0.29 | 0.27 | 0 | 0.04 | 235 | 0.78 | 0.82 |
| Hex | AD | B3 | F5 | 1D | 1B | 0 | 4 | EB | 4E | 52 |
| Octal | 255 | 263 | 365 | 35 | 33 | 0 | 4 | 353 | 116 | 122 |
| Binary | 10101101 | 10110011 | 11110101 | 11101 | 11011 | 0 | 100 | 11101011 | 1001110 | 1010010 |
Color Harmonies of #ADB3F5
Complementary color
Monochromatic Colors of #ADB3F5
Black with #ADB3F5
Text Example
Text Example
White with #ADB3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3F5; }
p { color: rgb(173,179,245); }
H1.HeaderClassName
{
color: #ADB3F5;
}
.AnyTagClassName
{
color: #ADB3F5;
}
</style>
background-color css
<style>
a { background-color: #ADB3F5; }
a { background-color: rgb(173,179,245); }
div.DivClassName
{
background-color: #ADB3F5;
}
.BgClassName
{
background-color: #ADB3F5;
}
</style>
border-color css
<style>
span { border-color: #ADB3F5; }
span { border-color: rgb(173,179,245); }
td.TdClassName
{
border-color: #ADB3F5;
}
.TagClassName
{
border-color: #ADB3F5;
}
</style>