Shades of Perano #ADABEF
Tints of Perano #ADABEF
RGB
CMYK
RGB Variations
Color information
#ADABEF (or 0xADABEF) is known color: Perano. HEX triplet: AD, AB and EF. RGB value is (173,171,239). Sum of RGB (Red+Green+Blue) = 173+171+239=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABEF is #525410. Grayscale: #B3B3B3. Windows color (decimal): -5395473 or 15707053. OLE color: 15707053.
HSL color Cylindrical-coordinate representation of color #ADABEF: hue angle of 241.76º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADABEF is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 171 | 239 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.06 |
| HSL | 241.76º | 0.68% | 0.8% | - |
| HSV(B) | 241.76º | 0.28% | 0.94% | - |
| XYZ | 47.38 | 44.24 | 87.7 | - |
| YUV | 179.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 239 | 0.28 | 0.28 | 0 | 0.06 | 241.76 | 0.68 | 0.8 |
| Hex | AD | AB | EF | 1C | 1C | 0 | 6 | F2 | 44 | 50 |
| Octal | 255 | 253 | 357 | 34 | 34 | 0 | 6 | 362 | 104 | 120 |
| Binary | 10101101 | 10101011 | 11101111 | 11100 | 11100 | 0 | 110 | 11110010 | 1000100 | 1010000 |
Color Harmonies of #ADABEF
Complementary color
Monochromatic Colors of #ADABEF
Black with #ADABEF
Text Example
Text Example
White with #ADABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABEF; }
p { color: rgb(173,171,239); }
H1.HeaderClassName
{
color: #ADABEF;
}
.AnyTagClassName
{
color: #ADABEF;
}
</style>
background-color css
<style>
a { background-color: #ADABEF; }
a { background-color: rgb(173,171,239); }
div.DivClassName
{
background-color: #ADABEF;
}
.BgClassName
{
background-color: #ADABEF;
}
</style>
border-color css
<style>
span { border-color: #ADABEF; }
span { border-color: rgb(173,171,239); }
td.TdClassName
{
border-color: #ADABEF;
}
.TagClassName
{
border-color: #ADABEF;
}
</style>