Shades of Perano #ADB4FD
Tints of Perano #ADB4FD
RGB
CMYK
RGB Variations
Color information
#ADB4FD (or 0xADB4FD) is known color: Perano. HEX triplet: AD, B4 and FD. RGB value is (173,180,253). Sum of RGB (Red+Green+Blue) = 173+180+253=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADB4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4FD is #524B02. Grayscale: #B9B9B9. Windows color (decimal): -5393155 or 16626861. OLE color: 16626861.
HSL color Cylindrical-coordinate representation of color #ADB4FD: hue angle of 234.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 #ADB4FD is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 180 | 253 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.01 |
| HSL | 234.75º | 0.95% | 0.84% | - |
| HSV(B) | 234.75º | 0.32% | 0.99% | - |
| XYZ | 51.28 | 48.62 | 99.61 | - |
| YUV | 186.23 | 165.68 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 253 | 0.32 | 0.29 | 0 | 0.01 | 234.75 | 0.95 | 0.84 |
| Hex | AD | B4 | FD | 20 | 1D | 0 | 1 | EB | 5F | 54 |
| Octal | 255 | 264 | 375 | 40 | 35 | 0 | 1 | 353 | 137 | 124 |
| Binary | 10101101 | 10110100 | 11111101 | 100000 | 11101 | 0 | 1 | 11101011 | 1011111 | 1010100 |
Color Harmonies of #ADB4FD
Complementary color
Monochromatic Colors of #ADB4FD
Black with #ADB4FD
Text Example
Text Example
White with #ADB4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4FD; }
p { color: rgb(173,180,253); }
H1.HeaderClassName
{
color: #ADB4FD;
}
.AnyTagClassName
{
color: #ADB4FD;
}
</style>
background-color css
<style>
a { background-color: #ADB4FD; }
a { background-color: rgb(173,180,253); }
div.DivClassName
{
background-color: #ADB4FD;
}
.BgClassName
{
background-color: #ADB4FD;
}
</style>
border-color css
<style>
span { border-color: #ADB4FD; }
span { border-color: rgb(173,180,253); }
td.TdClassName
{
border-color: #ADB4FD;
}
.TagClassName
{
border-color: #ADB4FD;
}
</style>