Shades of Perano #ADBCFF
Tints of Perano #ADBCFF
RGB
CMYK
RGB Variations
Color information
#ADBCFF (or 0xADBCFF) is known color: Perano. HEX triplet: AD, BC and FF. RGB value is (173,188,255). Sum of RGB (Red+Green+Blue) = 173+188+255=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADBCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBCFF is #524300. Grayscale: #BEBEBE. Windows color (decimal): -5391105 or 16759981. OLE color: 16759981.
HSL color Cylindrical-coordinate representation of color #ADBCFF: hue angle of 229.02º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBCFF is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 188 | 255 | - |
| CMYK | 0.32 | 0.26 | 0 | 0 |
| HSL | 229.02º | 1% | 0.84% | - |
| HSV(B) | 229.02º | 0.32% | 1% | - |
| XYZ | 53.27 | 52.07 | 101.85 | - |
| YUV | 191.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 255 | 0.32 | 0.26 | 0 | 0 | 229.02 | 1 | 0.84 |
| Hex | AD | BC | FF | 20 | 1A | 0 | 0 | E5 | 64 | 54 |
| Octal | 255 | 274 | 377 | 40 | 32 | 0 | 0 | 345 | 144 | 124 |
| Binary | 10101101 | 10111100 | 11111111 | 100000 | 11010 | 0 | 0 | 11100101 | 1100100 | 1010100 |
Color Harmonies of #ADBCFF
Complementary color
Monochromatic Colors of #ADBCFF
Black with #ADBCFF
Text Example
Text Example
White with #ADBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCFF; }
p { color: rgb(173,188,255); }
H1.HeaderClassName
{
color: #ADBCFF;
}
.AnyTagClassName
{
color: #ADBCFF;
}
</style>
background-color css
<style>
a { background-color: #ADBCFF; }
a { background-color: rgb(173,188,255); }
div.DivClassName
{
background-color: #ADBCFF;
}
.BgClassName
{
background-color: #ADBCFF;
}
</style>
border-color css
<style>
span { border-color: #ADBCFF; }
span { border-color: rgb(173,188,255); }
td.TdClassName
{
border-color: #ADBCFF;
}
.TagClassName
{
border-color: #ADBCFF;
}
</style>