Shades of Perano #ADB7F3
Tints of Perano #ADB7F3
RGB
CMYK
RGB Variations
Color information
#ADB7F3 (or 0xADB7F3) is known color: Perano. HEX triplet: AD, B7 and F3. RGB value is (173,183,243). Sum of RGB (Red+Green+Blue) = 173+183+243=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADB7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7F3 is #52480C. Grayscale: #BABABA. Windows color (decimal): -5392397 or 15972269. OLE color: 15972269.
HSL color Cylindrical-coordinate representation of color #ADB7F3: hue angle of 231.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB7F3 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 183 | 243 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.05 |
| HSL | 231.43º | 0.74% | 0.82% | - |
| HSV(B) | 231.43º | 0.29% | 0.95% | - |
| XYZ | 50.34 | 49.22 | 91.64 | - |
| YUV | 186.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 243 | 0.29 | 0.25 | 0 | 0.05 | 231.43 | 0.74 | 0.82 |
| Hex | AD | B7 | F3 | 1D | 19 | 0 | 5 | E7 | 4A | 52 |
| Octal | 255 | 267 | 363 | 35 | 31 | 0 | 5 | 347 | 112 | 122 |
| Binary | 10101101 | 10110111 | 11110011 | 11101 | 11001 | 0 | 101 | 11100111 | 1001010 | 1010010 |
Color Harmonies of #ADB7F3
Complementary color
Monochromatic Colors of #ADB7F3
Black with #ADB7F3
Text Example
Text Example
White with #ADB7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7F3; }
p { color: rgb(173,183,243); }
H1.HeaderClassName
{
color: #ADB7F3;
}
.AnyTagClassName
{
color: #ADB7F3;
}
</style>
background-color css
<style>
a { background-color: #ADB7F3; }
a { background-color: rgb(173,183,243); }
div.DivClassName
{
background-color: #ADB7F3;
}
.BgClassName
{
background-color: #ADB7F3;
}
</style>
border-color css
<style>
span { border-color: #ADB7F3; }
span { border-color: rgb(173,183,243); }
td.TdClassName
{
border-color: #ADB7F3;
}
.TagClassName
{
border-color: #ADB7F3;
}
</style>