Shades of Perano #ADB3F7
Tints of Perano #ADB3F7
RGB
CMYK
RGB Variations
Color information
#ADB3F7 (or 0xADB3F7) is known color: Perano. HEX triplet: AD, B3 and F7. RGB value is (173,179,247). Sum of RGB (Red+Green+Blue) = 173+179+247=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADB3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3F7 is #524C08. Grayscale: #B8B8B8. Windows color (decimal): -5393417 or 16233389. OLE color: 16233389.
HSL color Cylindrical-coordinate representation of color #ADB3F7: hue angle of 235.14º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB3F7 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 179 | 247 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.03 |
| HSL | 235.14º | 0.82% | 0.82% | - |
| HSV(B) | 235.14º | 0.3% | 0.97% | - |
| XYZ | 50.14 | 47.84 | 94.59 | - |
| YUV | 184.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 247 | 0.30 | 0.28 | 0 | 0.03 | 235.14 | 0.82 | 0.82 |
| Hex | AD | B3 | F7 | 1E | 1C | 0 | 3 | EB | 52 | 52 |
| Octal | 255 | 263 | 367 | 36 | 34 | 0 | 3 | 353 | 122 | 122 |
| Binary | 10101101 | 10110011 | 11110111 | 11110 | 11100 | 0 | 11 | 11101011 | 1010010 | 1010010 |
Color Harmonies of #ADB3F7
Complementary color
Monochromatic Colors of #ADB3F7
Black with #ADB3F7
Text Example
Text Example
White with #ADB3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3F7; }
p { color: rgb(173,179,247); }
H1.HeaderClassName
{
color: #ADB3F7;
}
.AnyTagClassName
{
color: #ADB3F7;
}
</style>
background-color css
<style>
a { background-color: #ADB3F7; }
a { background-color: rgb(173,179,247); }
div.DivClassName
{
background-color: #ADB3F7;
}
.BgClassName
{
background-color: #ADB3F7;
}
</style>
border-color css
<style>
span { border-color: #ADB3F7; }
span { border-color: rgb(173,179,247); }
td.TdClassName
{
border-color: #ADB3F7;
}
.TagClassName
{
border-color: #ADB3F7;
}
</style>