Shades of Perano #ADB6FE
Tints of Perano #ADB6FE
RGB
CMYK
RGB Variations
Color information
#ADB6FE (or 0xADB6FE) is known color: Perano. HEX triplet: AD, B6 and FE. RGB value is (173,182,254). Sum of RGB (Red+Green+Blue) = 173+182+254=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6FE is #524901. Grayscale: #BBBBBB. Windows color (decimal): -5392642 or 16692909. OLE color: 16692909.
HSL color Cylindrical-coordinate representation of color #ADB6FE: hue angle of 233.33º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB6FE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 182 | 254 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.00 |
| HSL | 233.33º | 0.98% | 0.84% | - |
| HSV(B) | 233.33º | 0.32% | 1% | - |
| XYZ | 51.85 | 49.5 | 100.59 | - |
| YUV | 187.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 254 | 0.32 | 0.28 | 0 | 0.00 | 233.33 | 0.98 | 0.84 |
| Hex | AD | B6 | FE | 20 | 1C | 0 | 0 | E9 | 62 | 54 |
| Octal | 255 | 266 | 376 | 40 | 34 | 0 | 0 | 351 | 142 | 124 |
| Binary | 10101101 | 10110110 | 11111110 | 100000 | 11100 | 0 | 0 | 11101001 | 1100010 | 1010100 |
Color Harmonies of #ADB6FE
Complementary color
Monochromatic Colors of #ADB6FE
Black with #ADB6FE
Text Example
Text Example
White with #ADB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6FE; }
p { color: rgb(173,182,254); }
H1.HeaderClassName
{
color: #ADB6FE;
}
.AnyTagClassName
{
color: #ADB6FE;
}
</style>
background-color css
<style>
a { background-color: #ADB6FE; }
a { background-color: rgb(173,182,254); }
div.DivClassName
{
background-color: #ADB6FE;
}
.BgClassName
{
background-color: #ADB6FE;
}
</style>
border-color css
<style>
span { border-color: #ADB6FE; }
span { border-color: rgb(173,182,254); }
td.TdClassName
{
border-color: #ADB6FE;
}
.TagClassName
{
border-color: #ADB6FE;
}
</style>