Shades of Perano #ADBAFD
Tints of Perano #ADBAFD
RGB
CMYK
RGB Variations
Color information
#ADBAFD (or 0xADBAFD) is known color: Perano. HEX triplet: AD, BA and FD. RGB value is (173,186,253). Sum of RGB (Red+Green+Blue) = 173+186+253=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADBAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAFD is #524502. Grayscale: #BDBDBD. Windows color (decimal): -5391619 or 16628397. OLE color: 16628397.
HSL color Cylindrical-coordinate representation of color #ADBAFD: hue angle of 230.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBAFD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 186 | 253 | - |
CMYK | 0.32 | 0.26 | 0 | 0.01 |
HSL | 230.25º | 0.95% | 0.84% | - |
HSV(B) | 230.25º | 0.32% | 0.99% | - |
XYZ | 52.52 | 51.09 | 100.02 | - |
YUV | 189.75 | 163.69 | 116.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 186 | 253 | 0.32 | 0.26 | 0 | 0.01 | 230.25 | 0.95 | 0.84 |
Hex | AD | BA | FD | 20 | 1A | 0 | 1 | E6 | 5F | 54 |
Octal | 255 | 272 | 375 | 40 | 32 | 0 | 1 | 346 | 137 | 124 |
Binary | 10101101 | 10111010 | 11111101 | 100000 | 11010 | 0 | 1 | 11100110 | 1011111 | 1010100 |
Color Harmonies of #ADBAFD
Complementary color
Monochromatic Colors of #ADBAFD
Black with #ADBAFD
Text Example
Text Example
White with #ADBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAFD; }
p { color: rgb(173,186,253); }
H1.HeaderClassName
{
color: #ADBAFD;
}
.AnyTagClassName
{
color: #ADBAFD;
}
</style>
background-color css
<style>
a { background-color: #ADBAFD; }
a { background-color: rgb(173,186,253); }
div.DivClassName
{
background-color: #ADBAFD;
}
.BgClassName
{
background-color: #ADBAFD;
}
</style>
border-color css
<style>
span { border-color: #ADBAFD; }
span { border-color: rgb(173,186,253); }
td.TdClassName
{
border-color: #ADBAFD;
}
.TagClassName
{
border-color: #ADBAFD;
}
</style>