Shades of Perano #ADB8F1
Tints of Perano #ADB8F1
RGB
CMYK
RGB Variations
Color information
#ADB8F1 (or 0xADB8F1) is known color: Perano. HEX triplet: AD, B8 and F1. RGB value is (173,184,241). Sum of RGB (Red+Green+Blue) = 173+184+241=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADB8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8F1 is #52470E. Grayscale: #BABABA. Windows color (decimal): -5392143 or 15841453. OLE color: 15841453.
HSL color Cylindrical-coordinate representation of color #ADB8F1: hue angle of 230.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB8F1 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 184 | 241 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.05 |
| HSL | 230.29º | 0.71% | 0.81% | - |
| HSV(B) | 230.29º | 0.28% | 0.95% | - |
| XYZ | 50.25 | 49.52 | 90.13 | - |
| YUV | 187.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 241 | 0.28 | 0.24 | 0 | 0.05 | 230.29 | 0.71 | 0.81 |
| Hex | AD | B8 | F1 | 1C | 18 | 0 | 5 | E6 | 47 | 51 |
| Octal | 255 | 270 | 361 | 34 | 30 | 0 | 5 | 346 | 107 | 121 |
| Binary | 10101101 | 10111000 | 11110001 | 11100 | 11000 | 0 | 101 | 11100110 | 1000111 | 1010001 |
Color Harmonies of #ADB8F1
Complementary color
Monochromatic Colors of #ADB8F1
Black with #ADB8F1
Text Example
Text Example
White with #ADB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8F1; }
p { color: rgb(173,184,241); }
H1.HeaderClassName
{
color: #ADB8F1;
}
.AnyTagClassName
{
color: #ADB8F1;
}
</style>
background-color css
<style>
a { background-color: #ADB8F1; }
a { background-color: rgb(173,184,241); }
div.DivClassName
{
background-color: #ADB8F1;
}
.BgClassName
{
background-color: #ADB8F1;
}
</style>
border-color css
<style>
span { border-color: #ADB8F1; }
span { border-color: rgb(173,184,241); }
td.TdClassName
{
border-color: #ADB8F1;
}
.TagClassName
{
border-color: #ADB8F1;
}
</style>