Shades of Perano #ADB5F9
Tints of Perano #ADB5F9
RGB
CMYK
RGB Variations
Color information
#ADB5F9 (or 0xADB5F9) is known color: Perano. HEX triplet: AD, B5 and F9. RGB value is (173,181,249). Sum of RGB (Red+Green+Blue) = 173+181+249=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADB5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB5F9 is #524A06. Grayscale: #BABABA. Windows color (decimal): -5392903 or 16364973. OLE color: 16364973.
HSL color Cylindrical-coordinate representation of color #ADB5F9: hue angle of 233.68º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB5F9 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 181 | 249 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.02 |
| HSL | 233.68º | 0.86% | 0.83% | - |
| HSV(B) | 233.68º | 0.31% | 0.98% | - |
| XYZ | 50.86 | 48.77 | 96.36 | - |
| YUV | 186.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 249 | 0.31 | 0.27 | 0 | 0.02 | 233.68 | 0.86 | 0.83 |
| Hex | AD | B5 | F9 | 1F | 1B | 0 | 2 | EA | 56 | 53 |
| Octal | 255 | 265 | 371 | 37 | 33 | 0 | 2 | 352 | 126 | 123 |
| Binary | 10101101 | 10110101 | 11111001 | 11111 | 11011 | 0 | 10 | 11101010 | 1010110 | 1010011 |
Color Harmonies of #ADB5F9
Complementary color
Monochromatic Colors of #ADB5F9
Black with #ADB5F9
Text Example
Text Example
White with #ADB5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5F9; }
p { color: rgb(173,181,249); }
H1.HeaderClassName
{
color: #ADB5F9;
}
.AnyTagClassName
{
color: #ADB5F9;
}
</style>
background-color css
<style>
a { background-color: #ADB5F9; }
a { background-color: rgb(173,181,249); }
div.DivClassName
{
background-color: #ADB5F9;
}
.BgClassName
{
background-color: #ADB5F9;
}
</style>
border-color css
<style>
span { border-color: #ADB5F9; }
span { border-color: rgb(173,181,249); }
td.TdClassName
{
border-color: #ADB5F9;
}
.TagClassName
{
border-color: #ADB5F9;
}
</style>