Shades of Perano #ADB7F5
Tints of Perano #ADB7F5
RGB
CMYK
RGB Variations
Color information
#ADB7F5 (or 0xADB7F5) is known color: Perano. HEX triplet: AD, B7 and F5. RGB value is (173,183,245). Sum of RGB (Red+Green+Blue) = 173+183+245=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADB7F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7F5 is #52480A. Grayscale: #BABABA. Windows color (decimal): -5392395 or 16103341. OLE color: 16103341.
HSL color Cylindrical-coordinate representation of color #ADB7F5: hue angle of 231.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB7F5 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 173 | 183 | 245 | - |
CMYK | 0.29 | 0.25 | 0 | 0.04 |
HSL | 231.67º | 0.78% | 0.82% | - |
HSV(B) | 231.67º | 0.29% | 0.96% | - |
XYZ | 50.65 | 49.34 | 93.24 | - |
YUV | 187.08 | 160.69 | 117.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 183 | 245 | 0.29 | 0.25 | 0 | 0.04 | 231.67 | 0.78 | 0.82 |
Hex | AD | B7 | F5 | 1D | 19 | 0 | 4 | E8 | 4E | 52 |
Octal | 255 | 267 | 365 | 35 | 31 | 0 | 4 | 350 | 116 | 122 |
Binary | 10101101 | 10110111 | 11110101 | 11101 | 11001 | 0 | 100 | 11101000 | 1001110 | 1010010 |
Color Harmonies of #ADB7F5
Complementary color
Monochromatic Colors of #ADB7F5
Black with #ADB7F5
Text Example
Text Example
White with #ADB7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7F5; }
p { color: rgb(173,183,245); }
H1.HeaderClassName
{
color: #ADB7F5;
}
.AnyTagClassName
{
color: #ADB7F5;
}
</style>
background-color css
<style>
a { background-color: #ADB7F5; }
a { background-color: rgb(173,183,245); }
div.DivClassName
{
background-color: #ADB7F5;
}
.BgClassName
{
background-color: #ADB7F5;
}
</style>
border-color css
<style>
span { border-color: #ADB7F5; }
span { border-color: rgb(173,183,245); }
td.TdClassName
{
border-color: #ADB7F5;
}
.TagClassName
{
border-color: #ADB7F5;
}
</style>