Shades of Perano #ADBDFE
Tints of Perano #ADBDFE
RGB
CMYK
RGB Variations
Color information
#ADBDFE (or 0xADBDFE) is known color: Perano. HEX triplet: AD, BD and FE. RGB value is (173,189,254). Sum of RGB (Red+Green+Blue) = 173+189+254=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADBDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBDFE is #524201. Grayscale: #BFBFBF. Windows color (decimal): -5390850 or 16694701. OLE color: 16694701.
HSL color Cylindrical-coordinate representation of color #ADBDFE: hue angle of 228.15º 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 #ADBDFE is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 189 | 254 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.00 |
| HSL | 228.15º | 0.98% | 0.84% | - |
| HSV(B) | 228.15º | 0.32% | 1% | - |
| XYZ | 53.32 | 52.44 | 101.08 | - |
| YUV | 191.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 254 | 0.32 | 0.26 | 0 | 0.00 | 228.15 | 0.98 | 0.84 |
| Hex | AD | BD | FE | 20 | 1A | 0 | 0 | E4 | 62 | 54 |
| Octal | 255 | 275 | 376 | 40 | 32 | 0 | 0 | 344 | 142 | 124 |
| Binary | 10101101 | 10111101 | 11111110 | 100000 | 11010 | 0 | 0 | 11100100 | 1100010 | 1010100 |
Color Harmonies of #ADBDFE
Complementary color
Monochromatic Colors of #ADBDFE
Black with #ADBDFE
Text Example
Text Example
White with #ADBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDFE; }
p { color: rgb(173,189,254); }
H1.HeaderClassName
{
color: #ADBDFE;
}
.AnyTagClassName
{
color: #ADBDFE;
}
</style>
background-color css
<style>
a { background-color: #ADBDFE; }
a { background-color: rgb(173,189,254); }
div.DivClassName
{
background-color: #ADBDFE;
}
.BgClassName
{
background-color: #ADBDFE;
}
</style>
border-color css
<style>
span { border-color: #ADBDFE; }
span { border-color: rgb(173,189,254); }
td.TdClassName
{
border-color: #ADBDFE;
}
.TagClassName
{
border-color: #ADBDFE;
}
</style>