Shades of Perano #ADB0FD
Tints of Perano #ADB0FD
RGB
CMYK
RGB Variations
Color information
#ADB0FD (or 0xADB0FD) is known color: Perano. HEX triplet: AD, B0 and FD. RGB value is (173,176,253). Sum of RGB (Red+Green+Blue) = 173+176+253=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADB0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0FD is #524F02. Grayscale: #B7B7B7. Windows color (decimal): -5394179 or 16625837. OLE color: 16625837.
HSL color Cylindrical-coordinate representation of color #ADB0FD: hue angle of 237.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 #ADB0FD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 176 | 253 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.01 |
| HSL | 237.75º | 0.95% | 0.84% | - |
| HSV(B) | 237.75º | 0.32% | 0.99% | - |
| XYZ | 50.49 | 47.03 | 99.34 | - |
| YUV | 183.88 | 167.01 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 253 | 0.32 | 0.30 | 0 | 0.01 | 237.75 | 0.95 | 0.84 |
| Hex | AD | B0 | FD | 20 | 1E | 0 | 1 | EE | 5F | 54 |
| Octal | 255 | 260 | 375 | 40 | 36 | 0 | 1 | 356 | 137 | 124 |
| Binary | 10101101 | 10110000 | 11111101 | 100000 | 11110 | 0 | 1 | 11101110 | 1011111 | 1010100 |
Color Harmonies of #ADB0FD
Complementary color
Monochromatic Colors of #ADB0FD
Black with #ADB0FD
Text Example
Text Example
White with #ADB0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0FD; }
p { color: rgb(173,176,253); }
H1.HeaderClassName
{
color: #ADB0FD;
}
.AnyTagClassName
{
color: #ADB0FD;
}
</style>
background-color css
<style>
a { background-color: #ADB0FD; }
a { background-color: rgb(173,176,253); }
div.DivClassName
{
background-color: #ADB0FD;
}
.BgClassName
{
background-color: #ADB0FD;
}
</style>
border-color css
<style>
span { border-color: #ADB0FD; }
span { border-color: rgb(173,176,253); }
td.TdClassName
{
border-color: #ADB0FD;
}
.TagClassName
{
border-color: #ADB0FD;
}
</style>