Shades of Perano #ADB9F3
Tints of Perano #ADB9F3
RGB
CMYK
RGB Variations
Color information
#ADB9F3 (or 0xADB9F3) is known color: Perano. HEX triplet: AD, B9 and F3. RGB value is (173,185,243). Sum of RGB (Red+Green+Blue) = 173+185+243=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADB9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9F3 is #52460C. Grayscale: #BBBBBB. Windows color (decimal): -5391885 or 15972781. OLE color: 15972781.
HSL color Cylindrical-coordinate representation of color #ADB9F3: hue angle of 229.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB9F3 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 185 | 243 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.05 |
| HSL | 229.71º | 0.74% | 0.82% | - |
| HSV(B) | 229.71º | 0.29% | 0.95% | - |
| XYZ | 50.76 | 50.05 | 91.78 | - |
| YUV | 188.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 243 | 0.29 | 0.24 | 0 | 0.05 | 229.71 | 0.74 | 0.82 |
| Hex | AD | B9 | F3 | 1D | 18 | 0 | 5 | E6 | 4A | 52 |
| Octal | 255 | 271 | 363 | 35 | 30 | 0 | 5 | 346 | 112 | 122 |
| Binary | 10101101 | 10111001 | 11110011 | 11101 | 11000 | 0 | 101 | 11100110 | 1001010 | 1010010 |
Color Harmonies of #ADB9F3
Complementary color
Monochromatic Colors of #ADB9F3
Black with #ADB9F3
Text Example
Text Example
White with #ADB9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9F3; }
p { color: rgb(173,185,243); }
H1.HeaderClassName
{
color: #ADB9F3;
}
.AnyTagClassName
{
color: #ADB9F3;
}
</style>
background-color css
<style>
a { background-color: #ADB9F3; }
a { background-color: rgb(173,185,243); }
div.DivClassName
{
background-color: #ADB9F3;
}
.BgClassName
{
background-color: #ADB9F3;
}
</style>
border-color css
<style>
span { border-color: #ADB9F3; }
span { border-color: rgb(173,185,243); }
td.TdClassName
{
border-color: #ADB9F3;
}
.TagClassName
{
border-color: #ADB9F3;
}
</style>