Shades of Perano #ADB2F9
Tints of Perano #ADB2F9
RGB
CMYK
RGB Variations
Color information
#ADB2F9 (or 0xADB2F9) is known color: Perano. HEX triplet: AD, B2 and F9. RGB value is (173,178,249). Sum of RGB (Red+Green+Blue) = 173+178+249=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADB2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2F9 is #524D06. Grayscale: #B8B8B8. Windows color (decimal): -5393671 or 16364205. OLE color: 16364205.
HSL color Cylindrical-coordinate representation of color #ADB2F9: hue angle of 236.05º 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 #ADB2F9 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 178 | 249 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.02 |
| HSL | 236.05º | 0.86% | 0.83% | - |
| HSV(B) | 236.05º | 0.31% | 0.98% | - |
| XYZ | 50.25 | 47.56 | 96.15 | - |
| YUV | 184.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 249 | 0.31 | 0.29 | 0 | 0.02 | 236.05 | 0.86 | 0.83 |
| Hex | AD | B2 | F9 | 1F | 1D | 0 | 2 | EC | 56 | 53 |
| Octal | 255 | 262 | 371 | 37 | 35 | 0 | 2 | 354 | 126 | 123 |
| Binary | 10101101 | 10110010 | 11111001 | 11111 | 11101 | 0 | 10 | 11101100 | 1010110 | 1010011 |
Color Harmonies of #ADB2F9
Complementary color
Monochromatic Colors of #ADB2F9
Black with #ADB2F9
Text Example
Text Example
White with #ADB2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2F9; }
p { color: rgb(173,178,249); }
H1.HeaderClassName
{
color: #ADB2F9;
}
.AnyTagClassName
{
color: #ADB2F9;
}
</style>
background-color css
<style>
a { background-color: #ADB2F9; }
a { background-color: rgb(173,178,249); }
div.DivClassName
{
background-color: #ADB2F9;
}
.BgClassName
{
background-color: #ADB2F9;
}
</style>
border-color css
<style>
span { border-color: #ADB2F9; }
span { border-color: rgb(173,178,249); }
td.TdClassName
{
border-color: #ADB2F9;
}
.TagClassName
{
border-color: #ADB2F9;
}
</style>