Shades of Perano #ADB2F1
Tints of Perano #ADB2F1
RGB
CMYK
RGB Variations
Color information
#ADB2F1 (or 0xADB2F1) is known color: Perano. HEX triplet: AD, B2 and F1. RGB value is (173,178,241). Sum of RGB (Red+Green+Blue) = 173+178+241=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADB2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2F1 is #524D0E. Grayscale: #B7B7B7. Windows color (decimal): -5393679 or 15839917. OLE color: 15839917.
HSL color Cylindrical-coordinate representation of color #ADB2F1: hue angle of 235.59º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB2F1 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 178 | 241 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.05 |
| HSL | 235.59º | 0.71% | 0.81% | - |
| HSV(B) | 235.59º | 0.28% | 0.95% | - |
| XYZ | 49.03 | 47.08 | 89.72 | - |
| YUV | 183.69 | 160.34 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 241 | 0.28 | 0.26 | 0 | 0.05 | 235.59 | 0.71 | 0.81 |
| Hex | AD | B2 | F1 | 1C | 1A | 0 | 5 | EC | 47 | 51 |
| Octal | 255 | 262 | 361 | 34 | 32 | 0 | 5 | 354 | 107 | 121 |
| Binary | 10101101 | 10110010 | 11110001 | 11100 | 11010 | 0 | 101 | 11101100 | 1000111 | 1010001 |
Color Harmonies of #ADB2F1
Complementary color
Monochromatic Colors of #ADB2F1
Black with #ADB2F1
Text Example
Text Example
White with #ADB2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2F1; }
p { color: rgb(173,178,241); }
H1.HeaderClassName
{
color: #ADB2F1;
}
.AnyTagClassName
{
color: #ADB2F1;
}
</style>
background-color css
<style>
a { background-color: #ADB2F1; }
a { background-color: rgb(173,178,241); }
div.DivClassName
{
background-color: #ADB2F1;
}
.BgClassName
{
background-color: #ADB2F1;
}
</style>
border-color css
<style>
span { border-color: #ADB2F1; }
span { border-color: rgb(173,178,241); }
td.TdClassName
{
border-color: #ADB2F1;
}
.TagClassName
{
border-color: #ADB2F1;
}
</style>