Shades of Perano #ADB1FD
Tints of Perano #ADB1FD
RGB
CMYK
RGB Variations
Color information
#ADB1FD (or 0xADB1FD) is known color: Perano. HEX triplet: AD, B1 and FD. RGB value is (173,177,253). Sum of RGB (Red+Green+Blue) = 173+177+253=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADB1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1FD is #524E02. Grayscale: #B8B8B8. Windows color (decimal): -5393923 or 16626093. OLE color: 16626093.
HSL color Cylindrical-coordinate representation of color #ADB1FD: hue angle of 237º 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 #ADB1FD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 177 | 253 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.01 |
| HSL | 237º | 0.95% | 0.84% | - |
| HSV(B) | 237º | 0.32% | 0.99% | - |
| XYZ | 50.69 | 47.42 | 99.41 | - |
| YUV | 184.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 253 | 0.32 | 0.30 | 0 | 0.01 | 237 | 0.95 | 0.84 |
| Hex | AD | B1 | FD | 20 | 1E | 0 | 1 | ED | 5F | 54 |
| Octal | 255 | 261 | 375 | 40 | 36 | 0 | 1 | 355 | 137 | 124 |
| Binary | 10101101 | 10110001 | 11111101 | 100000 | 11110 | 0 | 1 | 11101101 | 1011111 | 1010100 |
Color Harmonies of #ADB1FD
Complementary color
Monochromatic Colors of #ADB1FD
Black with #ADB1FD
Text Example
Text Example
White with #ADB1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1FD; }
p { color: rgb(173,177,253); }
H1.HeaderClassName
{
color: #ADB1FD;
}
.AnyTagClassName
{
color: #ADB1FD;
}
</style>
background-color css
<style>
a { background-color: #ADB1FD; }
a { background-color: rgb(173,177,253); }
div.DivClassName
{
background-color: #ADB1FD;
}
.BgClassName
{
background-color: #ADB1FD;
}
</style>
border-color css
<style>
span { border-color: #ADB1FD; }
span { border-color: rgb(173,177,253); }
td.TdClassName
{
border-color: #ADB1FD;
}
.TagClassName
{
border-color: #ADB1FD;
}
</style>