Shades of Perano #ADABEB
Tints of Perano #ADABEB
RGB
CMYK
RGB Variations
Color information
#ADABEB (or 0xADABEB) is known color: Perano. HEX triplet: AD, AB and EB. RGB value is (173,171,235). Sum of RGB (Red+Green+Blue) = 173+171+235=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABEB is #525414. Grayscale: #B2B2B2. Windows color (decimal): -5395477 or 15444909. OLE color: 15444909.
HSL color Cylindrical-coordinate representation of color #ADABEB: hue angle of 241.88º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADABEB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 171 | 235 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.08 |
| HSL | 241.88º | 0.62% | 0.8% | - |
| HSV(B) | 241.88º | 0.27% | 0.92% | - |
| XYZ | 46.79 | 44.01 | 84.63 | - |
| YUV | 178.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 235 | 0.26 | 0.27 | 0 | 0.08 | 241.88 | 0.62 | 0.8 |
| Hex | AD | AB | EB | 1A | 1B | 0 | 8 | F2 | 3E | 50 |
| Octal | 255 | 253 | 353 | 32 | 33 | 0 | 10 | 362 | 76 | 120 |
| Binary | 10101101 | 10101011 | 11101011 | 11010 | 11011 | 0 | 1000 | 11110010 | 111110 | 1010000 |
Color Harmonies of #ADABEB
Complementary color
Monochromatic Colors of #ADABEB
Black with #ADABEB
Text Example
Text Example
White with #ADABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABEB; }
p { color: rgb(173,171,235); }
H1.HeaderClassName
{
color: #ADABEB;
}
.AnyTagClassName
{
color: #ADABEB;
}
</style>
background-color css
<style>
a { background-color: #ADABEB; }
a { background-color: rgb(173,171,235); }
div.DivClassName
{
background-color: #ADABEB;
}
.BgClassName
{
background-color: #ADABEB;
}
</style>
border-color css
<style>
span { border-color: #ADABEB; }
span { border-color: rgb(173,171,235); }
td.TdClassName
{
border-color: #ADABEB;
}
.TagClassName
{
border-color: #ADABEB;
}
</style>