Shades of Perano #ADB8FE
Tints of Perano #ADB8FE
RGB
CMYK
RGB Variations
Color information
#ADB8FE (or 0xADB8FE) is known color: Perano. HEX triplet: AD, B8 and FE. RGB value is (173,184,254). Sum of RGB (Red+Green+Blue) = 173+184+254=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADB8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8FE is #524701. Grayscale: #BCBCBC. Windows color (decimal): -5392130 or 16693421. OLE color: 16693421.
HSL color Cylindrical-coordinate representation of color #ADB8FE: hue angle of 231.85º 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 #ADB8FE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 184 | 254 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.00 |
| HSL | 231.85º | 0.98% | 0.84% | - |
| HSV(B) | 231.85º | 0.32% | 1% | - |
| XYZ | 52.26 | 50.32 | 100.72 | - |
| YUV | 188.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 254 | 0.32 | 0.28 | 0 | 0.00 | 231.85 | 0.98 | 0.84 |
| Hex | AD | B8 | FE | 20 | 1C | 0 | 0 | E8 | 62 | 54 |
| Octal | 255 | 270 | 376 | 40 | 34 | 0 | 0 | 350 | 142 | 124 |
| Binary | 10101101 | 10111000 | 11111110 | 100000 | 11100 | 0 | 0 | 11101000 | 1100010 | 1010100 |
Color Harmonies of #ADB8FE
Complementary color
Monochromatic Colors of #ADB8FE
Black with #ADB8FE
Text Example
Text Example
White with #ADB8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8FE; }
p { color: rgb(173,184,254); }
H1.HeaderClassName
{
color: #ADB8FE;
}
.AnyTagClassName
{
color: #ADB8FE;
}
</style>
background-color css
<style>
a { background-color: #ADB8FE; }
a { background-color: rgb(173,184,254); }
div.DivClassName
{
background-color: #ADB8FE;
}
.BgClassName
{
background-color: #ADB8FE;
}
</style>
border-color css
<style>
span { border-color: #ADB8FE; }
span { border-color: rgb(173,184,254); }
td.TdClassName
{
border-color: #ADB8FE;
}
.TagClassName
{
border-color: #ADB8FE;
}
</style>