Shades of Perano #ADB3F4
Tints of Perano #ADB3F4
RGB
CMYK
RGB Variations
Color information
#ADB3F4 (or 0xADB3F4) is known color: Perano. HEX triplet: AD, B3 and F4. RGB value is (173,179,244). Sum of RGB (Red+Green+Blue) = 173+179+244=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADB3F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3F4 is #524C0B. Grayscale: #B8B8B8. Windows color (decimal): -5393420 or 16036781. OLE color: 16036781.
HSL color Cylindrical-coordinate representation of color #ADB3F4: hue angle of 234.93º 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 #ADB3F4 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 179 | 244 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.04 |
| HSL | 234.93º | 0.76% | 0.82% | - |
| HSV(B) | 234.93º | 0.29% | 0.96% | - |
| XYZ | 49.68 | 47.66 | 92.17 | - |
| YUV | 184.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 244 | 0.29 | 0.27 | 0 | 0.04 | 234.93 | 0.76 | 0.82 |
| Hex | AD | B3 | F4 | 1D | 1B | 0 | 4 | EB | 4C | 52 |
| Octal | 255 | 263 | 364 | 35 | 33 | 0 | 4 | 353 | 114 | 122 |
| Binary | 10101101 | 10110011 | 11110100 | 11101 | 11011 | 0 | 100 | 11101011 | 1001100 | 1010010 |
Color Harmonies of #ADB3F4
Complementary color
Monochromatic Colors of #ADB3F4
Black with #ADB3F4
Text Example
Text Example
White with #ADB3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3F4; }
p { color: rgb(173,179,244); }
H1.HeaderClassName
{
color: #ADB3F4;
}
.AnyTagClassName
{
color: #ADB3F4;
}
</style>
background-color css
<style>
a { background-color: #ADB3F4; }
a { background-color: rgb(173,179,244); }
div.DivClassName
{
background-color: #ADB3F4;
}
.BgClassName
{
background-color: #ADB3F4;
}
</style>
border-color css
<style>
span { border-color: #ADB3F4; }
span { border-color: rgb(173,179,244); }
td.TdClassName
{
border-color: #ADB3F4;
}
.TagClassName
{
border-color: #ADB3F4;
}
</style>