Shades of Perano #ADBEFD
Tints of Perano #ADBEFD
RGB
CMYK
RGB Variations
Color information
#ADBEFD (or 0xADBEFD) is known color: Perano. HEX triplet: AD, BE and FD. RGB value is (173,190,253). Sum of RGB (Red+Green+Blue) = 173+190+253=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADBEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEFD is #524102. Grayscale: #BFBFBF. Windows color (decimal): -5390595 or 16629421. OLE color: 16629421.
HSL color Cylindrical-coordinate representation of color #ADBEFD: hue angle of 227.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 #ADBEFD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 190 | 253 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.01 |
| HSL | 227.25º | 0.95% | 0.84% | - |
| HSV(B) | 227.25º | 0.32% | 0.99% | - |
| XYZ | 53.38 | 52.8 | 100.31 | - |
| YUV | 192.1 | 162.37 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 253 | 0.32 | 0.25 | 0 | 0.01 | 227.25 | 0.95 | 0.84 |
| Hex | AD | BE | FD | 20 | 19 | 0 | 1 | E3 | 5F | 54 |
| Octal | 255 | 276 | 375 | 40 | 31 | 0 | 1 | 343 | 137 | 124 |
| Binary | 10101101 | 10111110 | 11111101 | 100000 | 11001 | 0 | 1 | 11100011 | 1011111 | 1010100 |
Color Harmonies of #ADBEFD
Complementary color
Monochromatic Colors of #ADBEFD
Black with #ADBEFD
Text Example
Text Example
White with #ADBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEFD; }
p { color: rgb(173,190,253); }
H1.HeaderClassName
{
color: #ADBEFD;
}
.AnyTagClassName
{
color: #ADBEFD;
}
</style>
background-color css
<style>
a { background-color: #ADBEFD; }
a { background-color: rgb(173,190,253); }
div.DivClassName
{
background-color: #ADBEFD;
}
.BgClassName
{
background-color: #ADBEFD;
}
</style>
border-color css
<style>
span { border-color: #ADBEFD; }
span { border-color: rgb(173,190,253); }
td.TdClassName
{
border-color: #ADBEFD;
}
.TagClassName
{
border-color: #ADBEFD;
}
</style>