Shades of Perano #ADB2FA
Tints of Perano #ADB2FA
RGB
CMYK
RGB Variations
Color information
#ADB2FA (or 0xADB2FA) is known color: Perano. HEX triplet: AD, B2 and FA. RGB value is (173,178,250). Sum of RGB (Red+Green+Blue) = 173+178+250=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADB2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2FA is #524D05. Grayscale: #B8B8B8. Windows color (decimal): -5393670 or 16429741. OLE color: 16429741.
HSL color Cylindrical-coordinate representation of color #ADB2FA: hue angle of 236.1º degrees, saturation: 0.89, 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 #ADB2FA is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 178 | 250 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.02 |
| HSL | 236.1º | 0.89% | 0.83% | - |
| HSV(B) | 236.1º | 0.31% | 0.98% | - |
| XYZ | 50.41 | 47.63 | 96.98 | - |
| YUV | 184.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 250 | 0.31 | 0.29 | 0 | 0.02 | 236.1 | 0.89 | 0.83 |
| Hex | AD | B2 | FA | 1F | 1D | 0 | 2 | EC | 59 | 53 |
| Octal | 255 | 262 | 372 | 37 | 35 | 0 | 2 | 354 | 131 | 123 |
| Binary | 10101101 | 10110010 | 11111010 | 11111 | 11101 | 0 | 10 | 11101100 | 1011001 | 1010011 |
Color Harmonies of #ADB2FA
Complementary color
Monochromatic Colors of #ADB2FA
Black with #ADB2FA
Text Example
Text Example
White with #ADB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2FA; }
p { color: rgb(173,178,250); }
H1.HeaderClassName
{
color: #ADB2FA;
}
.AnyTagClassName
{
color: #ADB2FA;
}
</style>
background-color css
<style>
a { background-color: #ADB2FA; }
a { background-color: rgb(173,178,250); }
div.DivClassName
{
background-color: #ADB2FA;
}
.BgClassName
{
background-color: #ADB2FA;
}
</style>
border-color css
<style>
span { border-color: #ADB2FA; }
span { border-color: rgb(173,178,250); }
td.TdClassName
{
border-color: #ADB2FA;
}
.TagClassName
{
border-color: #ADB2FA;
}
</style>