Shades of Perano #ADB0F4
Tints of Perano #ADB0F4
RGB
CMYK
RGB Variations
Color information
#ADB0F4 (or 0xADB0F4) is known color: Perano. HEX triplet: AD, B0 and F4. RGB value is (173,176,244). Sum of RGB (Red+Green+Blue) = 173+176+244=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADB0F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0F4 is #524F0B. Grayscale: #B6B6B6. Windows color (decimal): -5394188 or 16036013. OLE color: 16036013.
HSL color Cylindrical-coordinate representation of color #ADB0F4: hue angle of 237.46º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB0F4 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 176 | 244 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.04 |
| HSL | 237.46º | 0.76% | 0.82% | - |
| HSV(B) | 237.46º | 0.29% | 0.96% | - |
| XYZ | 49.09 | 46.47 | 91.97 | - |
| YUV | 182.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 244 | 0.29 | 0.28 | 0 | 0.04 | 237.46 | 0.76 | 0.82 |
| Hex | AD | B0 | F4 | 1D | 1C | 0 | 4 | ED | 4C | 52 |
| Octal | 255 | 260 | 364 | 35 | 34 | 0 | 4 | 355 | 114 | 122 |
| Binary | 10101101 | 10110000 | 11110100 | 11101 | 11100 | 0 | 100 | 11101101 | 1001100 | 1010010 |
Color Harmonies of #ADB0F4
Complementary color
Monochromatic Colors of #ADB0F4
Black with #ADB0F4
Text Example
Text Example
White with #ADB0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0F4; }
p { color: rgb(173,176,244); }
H1.HeaderClassName
{
color: #ADB0F4;
}
.AnyTagClassName
{
color: #ADB0F4;
}
</style>
background-color css
<style>
a { background-color: #ADB0F4; }
a { background-color: rgb(173,176,244); }
div.DivClassName
{
background-color: #ADB0F4;
}
.BgClassName
{
background-color: #ADB0F4;
}
</style>
border-color css
<style>
span { border-color: #ADB0F4; }
span { border-color: rgb(173,176,244); }
td.TdClassName
{
border-color: #ADB0F4;
}
.TagClassName
{
border-color: #ADB0F4;
}
</style>