Shades of Perano #ADB2FF
Tints of Perano #ADB2FF
RGB
CMYK
RGB Variations
Color information
#ADB2FF (or 0xADB2FF) is known color: Perano. HEX triplet: AD, B2 and FF. RGB value is (173,178,255). Sum of RGB (Red+Green+Blue) = 173+178+255=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2FF is #524D00. Grayscale: #B8B8B8. Windows color (decimal): -5393665 or 16757421. OLE color: 16757421.
HSL color Cylindrical-coordinate representation of color #ADB2FF: hue angle of 236.34º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADB2FF is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 178 | 255 | - |
| CMYK | 0.32 | 0.30 | 0 | 0 |
| HSL | 236.34º | 1% | 0.84% | - |
| HSV(B) | 236.34º | 0.32% | 1% | - |
| XYZ | 51.2 | 47.95 | 101.16 | - |
| YUV | 185.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 255 | 0.32 | 0.30 | 0 | 0 | 236.34 | 1 | 0.84 |
| Hex | AD | B2 | FF | 20 | 1E | 0 | 0 | EC | 64 | 54 |
| Octal | 255 | 262 | 377 | 40 | 36 | 0 | 0 | 354 | 144 | 124 |
| Binary | 10101101 | 10110010 | 11111111 | 100000 | 11110 | 0 | 0 | 11101100 | 1100100 | 1010100 |
Color Harmonies of #ADB2FF
Complementary color
Monochromatic Colors of #ADB2FF
Black with #ADB2FF
Text Example
Text Example
White with #ADB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2FF; }
p { color: rgb(173,178,255); }
H1.HeaderClassName
{
color: #ADB2FF;
}
.AnyTagClassName
{
color: #ADB2FF;
}
</style>
background-color css
<style>
a { background-color: #ADB2FF; }
a { background-color: rgb(173,178,255); }
div.DivClassName
{
background-color: #ADB2FF;
}
.BgClassName
{
background-color: #ADB2FF;
}
</style>
border-color css
<style>
span { border-color: #ADB2FF; }
span { border-color: rgb(173,178,255); }
td.TdClassName
{
border-color: #ADB2FF;
}
.TagClassName
{
border-color: #ADB2FF;
}
</style>