Shades of Perano #ADB7F2
Tints of Perano #ADB7F2
RGB
CMYK
RGB Variations
Color information
#ADB7F2 (or 0xADB7F2) is known color: Perano. HEX triplet: AD, B7 and F2. RGB value is (173,183,242). Sum of RGB (Red+Green+Blue) = 173+183+242=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADB7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7F2 is #52480D. Grayscale: #BABABA. Windows color (decimal): -5392398 or 15906733. OLE color: 15906733.
HSL color Cylindrical-coordinate representation of color #ADB7F2: hue angle of 231.3º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB7F2 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 183 | 242 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.05 |
| HSL | 231.3º | 0.73% | 0.81% | - |
| HSV(B) | 231.3º | 0.29% | 0.95% | - |
| XYZ | 50.19 | 49.16 | 90.85 | - |
| YUV | 186.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 242 | 0.29 | 0.24 | 0 | 0.05 | 231.3 | 0.73 | 0.81 |
| Hex | AD | B7 | F2 | 1D | 18 | 0 | 5 | E7 | 49 | 51 |
| Octal | 255 | 267 | 362 | 35 | 30 | 0 | 5 | 347 | 111 | 121 |
| Binary | 10101101 | 10110111 | 11110010 | 11101 | 11000 | 0 | 101 | 11100111 | 1001001 | 1010001 |
Color Harmonies of #ADB7F2
Complementary color
Monochromatic Colors of #ADB7F2
Black with #ADB7F2
Text Example
Text Example
White with #ADB7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7F2; }
p { color: rgb(173,183,242); }
H1.HeaderClassName
{
color: #ADB7F2;
}
.AnyTagClassName
{
color: #ADB7F2;
}
</style>
background-color css
<style>
a { background-color: #ADB7F2; }
a { background-color: rgb(173,183,242); }
div.DivClassName
{
background-color: #ADB7F2;
}
.BgClassName
{
background-color: #ADB7F2;
}
</style>
border-color css
<style>
span { border-color: #ADB7F2; }
span { border-color: rgb(173,183,242); }
td.TdClassName
{
border-color: #ADB7F2;
}
.TagClassName
{
border-color: #ADB7F2;
}
</style>