Shades of Perano #ADB0FB
Tints of Perano #ADB0FB
RGB
CMYK
RGB Variations
Color information
#ADB0FB (or 0xADB0FB) is known color: Perano. HEX triplet: AD, B0 and FB. RGB value is (173,176,251). Sum of RGB (Red+Green+Blue) = 173+176+251=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADB0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0FB is #524F04. Grayscale: #B7B7B7. Windows color (decimal): -5394181 or 16494765. OLE color: 16494765.
HSL color Cylindrical-coordinate representation of color #ADB0FB: hue angle of 237.69º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB0FB is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 176 | 251 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.02 |
| HSL | 237.69º | 0.91% | 0.83% | - |
| HSV(B) | 237.69º | 0.31% | 0.98% | - |
| XYZ | 50.17 | 46.9 | 97.68 | - |
| YUV | 183.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 251 | 0.31 | 0.30 | 0 | 0.02 | 237.69 | 0.91 | 0.83 |
| Hex | AD | B0 | FB | 1F | 1E | 0 | 2 | EE | 5B | 53 |
| Octal | 255 | 260 | 373 | 37 | 36 | 0 | 2 | 356 | 133 | 123 |
| Binary | 10101101 | 10110000 | 11111011 | 11111 | 11110 | 0 | 10 | 11101110 | 1011011 | 1010011 |
Color Harmonies of #ADB0FB
Complementary color
Monochromatic Colors of #ADB0FB
Black with #ADB0FB
Text Example
Text Example
White with #ADB0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0FB; }
p { color: rgb(173,176,251); }
H1.HeaderClassName
{
color: #ADB0FB;
}
.AnyTagClassName
{
color: #ADB0FB;
}
</style>
background-color css
<style>
a { background-color: #ADB0FB; }
a { background-color: rgb(173,176,251); }
div.DivClassName
{
background-color: #ADB0FB;
}
.BgClassName
{
background-color: #ADB0FB;
}
</style>
border-color css
<style>
span { border-color: #ADB0FB; }
span { border-color: rgb(173,176,251); }
td.TdClassName
{
border-color: #ADB0FB;
}
.TagClassName
{
border-color: #ADB0FB;
}
</style>