Shades of Perano #ADBCFE
Tints of Perano #ADBCFE
RGB
CMYK
RGB Variations
Color information
#ADBCFE (or 0xADBCFE) is known color: Perano. HEX triplet: AD, BC and FE. RGB value is (173,188,254). Sum of RGB (Red+Green+Blue) = 173+188+254=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADBCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBCFE is #524301. Grayscale: #BEBEBE. Windows color (decimal): -5391106 or 16694445. OLE color: 16694445.
HSL color Cylindrical-coordinate representation of color #ADBCFE: hue angle of 228.89º 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 #ADBCFE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 188 | 254 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.00 |
| HSL | 228.89º | 0.98% | 0.84% | - |
| HSV(B) | 228.89º | 0.32% | 1% | - |
| XYZ | 53.11 | 52.01 | 101.01 | - |
| YUV | 191.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 254 | 0.32 | 0.26 | 0 | 0.00 | 228.89 | 0.98 | 0.84 |
| Hex | AD | BC | FE | 20 | 1A | 0 | 0 | E5 | 62 | 54 |
| Octal | 255 | 274 | 376 | 40 | 32 | 0 | 0 | 345 | 142 | 124 |
| Binary | 10101101 | 10111100 | 11111110 | 100000 | 11010 | 0 | 0 | 11100101 | 1100010 | 1010100 |
Color Harmonies of #ADBCFE
Complementary color
Monochromatic Colors of #ADBCFE
Black with #ADBCFE
Text Example
Text Example
White with #ADBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCFE; }
p { color: rgb(173,188,254); }
H1.HeaderClassName
{
color: #ADBCFE;
}
.AnyTagClassName
{
color: #ADBCFE;
}
</style>
background-color css
<style>
a { background-color: #ADBCFE; }
a { background-color: rgb(173,188,254); }
div.DivClassName
{
background-color: #ADBCFE;
}
.BgClassName
{
background-color: #ADBCFE;
}
</style>
border-color css
<style>
span { border-color: #ADBCFE; }
span { border-color: rgb(173,188,254); }
td.TdClassName
{
border-color: #ADBCFE;
}
.TagClassName
{
border-color: #ADBCFE;
}
</style>