Shades of Perano #ADB0FC
Tints of Perano #ADB0FC
RGB
CMYK
RGB Variations
Color information
#ADB0FC (or 0xADB0FC) is known color: Perano. HEX triplet: AD, B0 and FC. RGB value is (173,176,252). Sum of RGB (Red+Green+Blue) = 173+176+252=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0FC is #524F03. Grayscale: #B7B7B7. Windows color (decimal): -5394180 or 16560301. OLE color: 16560301.
HSL color Cylindrical-coordinate representation of color #ADB0FC: hue angle of 237.72º 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 #ADB0FC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 176 | 252 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.01 |
| HSL | 237.72º | 0.93% | 0.83% | - |
| HSV(B) | 237.72º | 0.31% | 0.99% | - |
| XYZ | 50.33 | 46.96 | 98.51 | - |
| YUV | 183.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 252 | 0.31 | 0.30 | 0 | 0.01 | 237.72 | 0.93 | 0.83 |
| Hex | AD | B0 | FC | 1F | 1E | 0 | 1 | EE | 5D | 53 |
| Octal | 255 | 260 | 374 | 37 | 36 | 0 | 1 | 356 | 135 | 123 |
| Binary | 10101101 | 10110000 | 11111100 | 11111 | 11110 | 0 | 1 | 11101110 | 1011101 | 1010011 |
Color Harmonies of #ADB0FC
Complementary color
Monochromatic Colors of #ADB0FC
Black with #ADB0FC
Text Example
Text Example
White with #ADB0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0FC; }
p { color: rgb(173,176,252); }
H1.HeaderClassName
{
color: #ADB0FC;
}
.AnyTagClassName
{
color: #ADB0FC;
}
</style>
background-color css
<style>
a { background-color: #ADB0FC; }
a { background-color: rgb(173,176,252); }
div.DivClassName
{
background-color: #ADB0FC;
}
.BgClassName
{
background-color: #ADB0FC;
}
</style>
border-color css
<style>
span { border-color: #ADB0FC; }
span { border-color: rgb(173,176,252); }
td.TdClassName
{
border-color: #ADB0FC;
}
.TagClassName
{
border-color: #ADB0FC;
}
</style>