Shades of Perano #ADB8FD
Tints of Perano #ADB8FD
RGB
CMYK
RGB Variations
Color information
#ADB8FD (or 0xADB8FD) is known color: Perano. HEX triplet: AD, B8 and FD. RGB value is (173,184,253). Sum of RGB (Red+Green+Blue) = 173+184+253=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADB8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8FD is #524702. Grayscale: #BCBCBC. Windows color (decimal): -5392131 or 16627885. OLE color: 16627885.
HSL color Cylindrical-coordinate representation of color #ADB8FD: hue angle of 231.75º 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 #ADB8FD is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 184 | 253 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.01 |
| HSL | 231.75º | 0.95% | 0.84% | - |
| HSV(B) | 231.75º | 0.32% | 0.99% | - |
| XYZ | 52.1 | 50.26 | 99.88 | - |
| YUV | 188.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 253 | 0.32 | 0.27 | 0 | 0.01 | 231.75 | 0.95 | 0.84 |
| Hex | AD | B8 | FD | 20 | 1B | 0 | 1 | E8 | 5F | 54 |
| Octal | 255 | 270 | 375 | 40 | 33 | 0 | 1 | 350 | 137 | 124 |
| Binary | 10101101 | 10111000 | 11111101 | 100000 | 11011 | 0 | 1 | 11101000 | 1011111 | 1010100 |
Color Harmonies of #ADB8FD
Complementary color
Monochromatic Colors of #ADB8FD
Black with #ADB8FD
Text Example
Text Example
White with #ADB8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8FD; }
p { color: rgb(173,184,253); }
H1.HeaderClassName
{
color: #ADB8FD;
}
.AnyTagClassName
{
color: #ADB8FD;
}
</style>
background-color css
<style>
a { background-color: #ADB8FD; }
a { background-color: rgb(173,184,253); }
div.DivClassName
{
background-color: #ADB8FD;
}
.BgClassName
{
background-color: #ADB8FD;
}
</style>
border-color css
<style>
span { border-color: #ADB8FD; }
span { border-color: rgb(173,184,253); }
td.TdClassName
{
border-color: #ADB8FD;
}
.TagClassName
{
border-color: #ADB8FD;
}
</style>