Shades of Perano #ADB9FC
Tints of Perano #ADB9FC
RGB
CMYK
RGB Variations
Color information
#ADB9FC (or 0xADB9FC) is known color: Perano. HEX triplet: AD, B9 and FC. RGB value is (173,185,252). Sum of RGB (Red+Green+Blue) = 173+185+252=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9FC is #524603. Grayscale: #BCBCBC. Windows color (decimal): -5391876 or 16562605. OLE color: 16562605.
HSL color Cylindrical-coordinate representation of color #ADB9FC: hue angle of 230.89º 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 #ADB9FC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 185 | 252 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.01 |
| HSL | 230.89º | 0.93% | 0.83% | - |
| HSV(B) | 230.89º | 0.31% | 0.99% | - |
| XYZ | 52.15 | 50.61 | 99.12 | - |
| YUV | 189.05 | 163.52 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 252 | 0.31 | 0.27 | 0 | 0.01 | 230.89 | 0.93 | 0.83 |
| Hex | AD | B9 | FC | 1F | 1B | 0 | 1 | E7 | 5D | 53 |
| Octal | 255 | 271 | 374 | 37 | 33 | 0 | 1 | 347 | 135 | 123 |
| Binary | 10101101 | 10111001 | 11111100 | 11111 | 11011 | 0 | 1 | 11100111 | 1011101 | 1010011 |
Color Harmonies of #ADB9FC
Complementary color
Monochromatic Colors of #ADB9FC
Black with #ADB9FC
Text Example
Text Example
White with #ADB9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9FC; }
p { color: rgb(173,185,252); }
H1.HeaderClassName
{
color: #ADB9FC;
}
.AnyTagClassName
{
color: #ADB9FC;
}
</style>
background-color css
<style>
a { background-color: #ADB9FC; }
a { background-color: rgb(173,185,252); }
div.DivClassName
{
background-color: #ADB9FC;
}
.BgClassName
{
background-color: #ADB9FC;
}
</style>
border-color css
<style>
span { border-color: #ADB9FC; }
span { border-color: rgb(173,185,252); }
td.TdClassName
{
border-color: #ADB9FC;
}
.TagClassName
{
border-color: #ADB9FC;
}
</style>