Shades of Perano #ADB3F2
Tints of Perano #ADB3F2
RGB
CMYK
RGB Variations
Color information
#ADB3F2 (or 0xADB3F2) is known color: Perano. HEX triplet: AD, B3 and F2. RGB value is (173,179,242). Sum of RGB (Red+Green+Blue) = 173+179+242=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADB3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3F2 is #524C0D. Grayscale: #B8B8B8. Windows color (decimal): -5393422 or 15905709. OLE color: 15905709.
HSL color Cylindrical-coordinate representation of color #ADB3F2: hue angle of 234.78º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB3F2 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 179 | 242 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.05 |
| HSL | 234.78º | 0.73% | 0.81% | - |
| HSV(B) | 234.78º | 0.29% | 0.95% | - |
| XYZ | 49.38 | 47.54 | 90.58 | - |
| YUV | 184.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 242 | 0.29 | 0.26 | 0 | 0.05 | 234.78 | 0.73 | 0.81 |
| Hex | AD | B3 | F2 | 1D | 1A | 0 | 5 | EB | 49 | 51 |
| Octal | 255 | 263 | 362 | 35 | 32 | 0 | 5 | 353 | 111 | 121 |
| Binary | 10101101 | 10110011 | 11110010 | 11101 | 11010 | 0 | 101 | 11101011 | 1001001 | 1010001 |
Color Harmonies of #ADB3F2
Complementary color
Monochromatic Colors of #ADB3F2
Black with #ADB3F2
Text Example
Text Example
White with #ADB3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3F2; }
p { color: rgb(173,179,242); }
H1.HeaderClassName
{
color: #ADB3F2;
}
.AnyTagClassName
{
color: #ADB3F2;
}
</style>
background-color css
<style>
a { background-color: #ADB3F2; }
a { background-color: rgb(173,179,242); }
div.DivClassName
{
background-color: #ADB3F2;
}
.BgClassName
{
background-color: #ADB3F2;
}
</style>
border-color css
<style>
span { border-color: #ADB3F2; }
span { border-color: rgb(173,179,242); }
td.TdClassName
{
border-color: #ADB3F2;
}
.TagClassName
{
border-color: #ADB3F2;
}
</style>