Shades of Perano #ADBDF2
Tints of Perano #ADBDF2
RGB
CMYK
RGB Variations
Color information
#ADBDF2 (or 0xADBDF2) is known color: Perano. HEX triplet: AD, BD and F2. RGB value is (173,189,242). Sum of RGB (Red+Green+Blue) = 173+189+242=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADBDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBDF2 is #52420D. Grayscale: #BEBEBE. Windows color (decimal): -5390862 or 15908269. OLE color: 15908269.
HSL color Cylindrical-coordinate representation of color #ADBDF2: hue angle of 226.09º 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 #ADBDF2 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 189 | 242 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.05 |
| HSL | 226.09º | 0.73% | 0.81% | - |
| HSV(B) | 226.09º | 0.29% | 0.95% | - |
| XYZ | 51.46 | 51.69 | 91.27 | - |
| YUV | 190.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 242 | 0.29 | 0.22 | 0 | 0.05 | 226.09 | 0.73 | 0.81 |
| Hex | AD | BD | F2 | 1D | 16 | 0 | 5 | E2 | 49 | 51 |
| Octal | 255 | 275 | 362 | 35 | 26 | 0 | 5 | 342 | 111 | 121 |
| Binary | 10101101 | 10111101 | 11110010 | 11101 | 10110 | 0 | 101 | 11100010 | 1001001 | 1010001 |
Color Harmonies of #ADBDF2
Complementary color
Monochromatic Colors of #ADBDF2
Black with #ADBDF2
Text Example
Text Example
White with #ADBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDF2; }
p { color: rgb(173,189,242); }
H1.HeaderClassName
{
color: #ADBDF2;
}
.AnyTagClassName
{
color: #ADBDF2;
}
</style>
background-color css
<style>
a { background-color: #ADBDF2; }
a { background-color: rgb(173,189,242); }
div.DivClassName
{
background-color: #ADBDF2;
}
.BgClassName
{
background-color: #ADBDF2;
}
</style>
border-color css
<style>
span { border-color: #ADBDF2; }
span { border-color: rgb(173,189,242); }
td.TdClassName
{
border-color: #ADBDF2;
}
.TagClassName
{
border-color: #ADBDF2;
}
</style>