Shades of Perano #ADB7FC
Tints of Perano #ADB7FC
RGB
CMYK
RGB Variations
Color information
#ADB7FC (or 0xADB7FC) is known color: Perano. HEX triplet: AD, B7 and FC. RGB value is (173,183,252). Sum of RGB (Red+Green+Blue) = 173+183+252=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7FC is #524803. Grayscale: #BBBBBB. Windows color (decimal): -5392388 or 16562093. OLE color: 16562093.
HSL color Cylindrical-coordinate representation of color #ADB7FC: hue angle of 232.41º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB7FC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 183 | 252 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.01 |
| HSL | 232.41º | 0.93% | 0.83% | - |
| HSV(B) | 232.41º | 0.31% | 0.99% | - |
| XYZ | 51.74 | 49.78 | 98.98 | - |
| YUV | 187.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 252 | 0.31 | 0.27 | 0 | 0.01 | 232.41 | 0.93 | 0.83 |
| Hex | AD | B7 | FC | 1F | 1B | 0 | 1 | E8 | 5D | 53 |
| Octal | 255 | 267 | 374 | 37 | 33 | 0 | 1 | 350 | 135 | 123 |
| Binary | 10101101 | 10110111 | 11111100 | 11111 | 11011 | 0 | 1 | 11101000 | 1011101 | 1010011 |
Color Harmonies of #ADB7FC
Complementary color
Monochromatic Colors of #ADB7FC
Black with #ADB7FC
Text Example
Text Example
White with #ADB7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7FC; }
p { color: rgb(173,183,252); }
H1.HeaderClassName
{
color: #ADB7FC;
}
.AnyTagClassName
{
color: #ADB7FC;
}
</style>
background-color css
<style>
a { background-color: #ADB7FC; }
a { background-color: rgb(173,183,252); }
div.DivClassName
{
background-color: #ADB7FC;
}
.BgClassName
{
background-color: #ADB7FC;
}
</style>
border-color css
<style>
span { border-color: #ADB7FC; }
span { border-color: rgb(173,183,252); }
td.TdClassName
{
border-color: #ADB7FC;
}
.TagClassName
{
border-color: #ADB7FC;
}
</style>