Shades of Perano #ADABEE
Tints of Perano #ADABEE
RGB
CMYK
RGB Variations
Color information
#ADABEE (or 0xADABEE) is known color: Perano. HEX triplet: AD, AB and EE. RGB value is (173,171,238). Sum of RGB (Red+Green+Blue) = 173+171+238=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABEE is #525411. Grayscale: #B2B2B2. Windows color (decimal): -5395474 or 15641517. OLE color: 15641517.
HSL color Cylindrical-coordinate representation of color #ADABEE: hue angle of 241.79º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADABEE is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 171 | 238 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.07 |
| HSL | 241.79º | 0.66% | 0.8% | - |
| HSV(B) | 241.79º | 0.28% | 0.93% | - |
| XYZ | 47.23 | 44.18 | 86.93 | - |
| YUV | 179.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 238 | 0.27 | 0.28 | 0 | 0.07 | 241.79 | 0.66 | 0.8 |
| Hex | AD | AB | EE | 1B | 1C | 0 | 7 | F2 | 42 | 50 |
| Octal | 255 | 253 | 356 | 33 | 34 | 0 | 7 | 362 | 102 | 120 |
| Binary | 10101101 | 10101011 | 11101110 | 11011 | 11100 | 0 | 111 | 11110010 | 1000010 | 1010000 |
Color Harmonies of #ADABEE
Complementary color
Monochromatic Colors of #ADABEE
Black with #ADABEE
Text Example
Text Example
White with #ADABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABEE; }
p { color: rgb(173,171,238); }
H1.HeaderClassName
{
color: #ADABEE;
}
.AnyTagClassName
{
color: #ADABEE;
}
</style>
background-color css
<style>
a { background-color: #ADABEE; }
a { background-color: rgb(173,171,238); }
div.DivClassName
{
background-color: #ADABEE;
}
.BgClassName
{
background-color: #ADABEE;
}
</style>
border-color css
<style>
span { border-color: #ADABEE; }
span { border-color: rgb(173,171,238); }
td.TdClassName
{
border-color: #ADABEE;
}
.TagClassName
{
border-color: #ADABEE;
}
</style>