Shades of Perano #ADBADA
Tints of Perano #ADBADA
RGB
CMYK
RGB Variations
Color information
#ADBADA (or 0xADBADA) is known color: Perano. HEX triplet: AD, BA and DA. RGB value is (173,186,218). Sum of RGB (Red+Green+Blue) = 173+186+218=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADBADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBADA is #524525. Grayscale: #B9B9B9. Windows color (decimal): -5391654 or 14334637. OLE color: 14334637.
HSL color Cylindrical-coordinate representation of color #ADBADA: hue angle of 222.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADBADA is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 186 | 218 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.15 |
| HSL | 222.67º | 0.38% | 0.77% | - |
| HSV(B) | 222.67º | 0.21% | 0.85% | - |
| XYZ | 47.45 | 49.06 | 73.3 | - |
| YUV | 185.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 218 | 0.21 | 0.15 | 0 | 0.15 | 222.67 | 0.38 | 0.77 |
| Hex | AD | BA | DA | 15 | F | 0 | F | DF | 26 | 4D |
| Octal | 255 | 272 | 332 | 25 | 17 | 0 | 17 | 337 | 46 | 115 |
| Binary | 10101101 | 10111010 | 11011010 | 10101 | 1111 | 0 | 1111 | 11011111 | 100110 | 1001101 |
Color Harmonies of #ADBADA
Complementary color
Monochromatic Colors of #ADBADA
Black with #ADBADA
Text Example
Text Example
White with #ADBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBADA; }
p { color: rgb(173,186,218); }
H1.HeaderClassName
{
color: #ADBADA;
}
.AnyTagClassName
{
color: #ADBADA;
}
</style>
background-color css
<style>
a { background-color: #ADBADA; }
a { background-color: rgb(173,186,218); }
div.DivClassName
{
background-color: #ADBADA;
}
.BgClassName
{
background-color: #ADBADA;
}
</style>
border-color css
<style>
span { border-color: #ADBADA; }
span { border-color: rgb(173,186,218); }
td.TdClassName
{
border-color: #ADBADA;
}
.TagClassName
{
border-color: #ADBADA;
}
</style>