Shades of Perano #ADBAEF
Tints of Perano #ADBAEF
RGB
CMYK
RGB Variations
Color information
#ADBAEF (or 0xADBAEF) is known color: Perano. HEX triplet: AD, BA and EF. RGB value is (173,186,239). Sum of RGB (Red+Green+Blue) = 173+186+239=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAEF is #524510. Grayscale: #BBBBBB. Windows color (decimal): -5391633 or 15710893. OLE color: 15710893.
HSL color Cylindrical-coordinate representation of color #ADBAEF: hue angle of 228.18º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADBAEF is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 186 | 239 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.06 |
| HSL | 228.18º | 0.67% | 0.81% | - |
| HSV(B) | 228.18º | 0.28% | 0.94% | - |
| XYZ | 50.37 | 50.23 | 88.7 | - |
| YUV | 188.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 239 | 0.28 | 0.22 | 0 | 0.06 | 228.18 | 0.67 | 0.81 |
| Hex | AD | BA | EF | 1C | 16 | 0 | 6 | E4 | 43 | 51 |
| Octal | 255 | 272 | 357 | 34 | 26 | 0 | 6 | 344 | 103 | 121 |
| Binary | 10101101 | 10111010 | 11101111 | 11100 | 10110 | 0 | 110 | 11100100 | 1000011 | 1010001 |
Color Harmonies of #ADBAEF
Complementary color
Monochromatic Colors of #ADBAEF
Black with #ADBAEF
Text Example
Text Example
White with #ADBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBAEF; }
p { color: rgb(173,186,239); }
H1.HeaderClassName
{
color: #ADBAEF;
}
.AnyTagClassName
{
color: #ADBAEF;
}
</style>
background-color css
<style>
a { background-color: #ADBAEF; }
a { background-color: rgb(173,186,239); }
div.DivClassName
{
background-color: #ADBAEF;
}
.BgClassName
{
background-color: #ADBAEF;
}
</style>
border-color css
<style>
span { border-color: #ADBAEF; }
span { border-color: rgb(173,186,239); }
td.TdClassName
{
border-color: #ADBAEF;
}
.TagClassName
{
border-color: #ADBAEF;
}
</style>