Shades of Perano #ADB2F0
Tints of Perano #ADB2F0
RGB
CMYK
RGB Variations
Color information
#ADB2F0 (or 0xADB2F0) is known color: Perano. HEX triplet: AD, B2 and F0. RGB value is (173,178,240). Sum of RGB (Red+Green+Blue) = 173+178+240=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADB2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2F0 is #524D0F. Grayscale: #B7B7B7. Windows color (decimal): -5393680 or 15774381. OLE color: 15774381.
HSL color Cylindrical-coordinate representation of color #ADB2F0: hue angle of 235.52º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB2F0 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 178 | 240 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.06 |
| HSL | 235.52º | 0.69% | 0.81% | - |
| HSV(B) | 235.52º | 0.28% | 0.94% | - |
| XYZ | 48.88 | 47.02 | 88.94 | - |
| YUV | 183.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 240 | 0.28 | 0.26 | 0 | 0.06 | 235.52 | 0.69 | 0.81 |
| Hex | AD | B2 | F0 | 1C | 1A | 0 | 6 | EC | 45 | 51 |
| Octal | 255 | 262 | 360 | 34 | 32 | 0 | 6 | 354 | 105 | 121 |
| Binary | 10101101 | 10110010 | 11110000 | 11100 | 11010 | 0 | 110 | 11101100 | 1000101 | 1010001 |
Color Harmonies of #ADB2F0
Complementary color
Monochromatic Colors of #ADB2F0
Black with #ADB2F0
Text Example
Text Example
White with #ADB2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2F0; }
p { color: rgb(173,178,240); }
H1.HeaderClassName
{
color: #ADB2F0;
}
.AnyTagClassName
{
color: #ADB2F0;
}
</style>
background-color css
<style>
a { background-color: #ADB2F0; }
a { background-color: rgb(173,178,240); }
div.DivClassName
{
background-color: #ADB2F0;
}
.BgClassName
{
background-color: #ADB2F0;
}
</style>
border-color css
<style>
span { border-color: #ADB2F0; }
span { border-color: rgb(173,178,240); }
td.TdClassName
{
border-color: #ADB2F0;
}
.TagClassName
{
border-color: #ADB2F0;
}
</style>