Shades of Perano #ADB4EC
Tints of Perano #ADB4EC
RGB
CMYK
RGB Variations
Color information
#ADB4EC (or 0xADB4EC) is known color: Perano. HEX triplet: AD, B4 and EC. RGB value is (173,180,236). Sum of RGB (Red+Green+Blue) = 173+180+236=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4EC is #524B13. Grayscale: #B8B8B8. Windows color (decimal): -5393172 or 15512749. OLE color: 15512749.
HSL color Cylindrical-coordinate representation of color #ADB4EC: hue angle of 233.33º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB4EC is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 180 | 236 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.07 |
| HSL | 233.33º | 0.62% | 0.8% | - |
| HSV(B) | 233.33º | 0.27% | 0.93% | - |
| XYZ | 48.7 | 47.58 | 85.97 | - |
| YUV | 184.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 236 | 0.27 | 0.24 | 0 | 0.07 | 233.33 | 0.62 | 0.8 |
| Hex | AD | B4 | EC | 1B | 18 | 0 | 7 | E9 | 3E | 50 |
| Octal | 255 | 264 | 354 | 33 | 30 | 0 | 7 | 351 | 76 | 120 |
| Binary | 10101101 | 10110100 | 11101100 | 11011 | 11000 | 0 | 111 | 11101001 | 111110 | 1010000 |
Color Harmonies of #ADB4EC
Complementary color
Monochromatic Colors of #ADB4EC
Black with #ADB4EC
Text Example
Text Example
White with #ADB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4EC; }
p { color: rgb(173,180,236); }
H1.HeaderClassName
{
color: #ADB4EC;
}
.AnyTagClassName
{
color: #ADB4EC;
}
</style>
background-color css
<style>
a { background-color: #ADB4EC; }
a { background-color: rgb(173,180,236); }
div.DivClassName
{
background-color: #ADB4EC;
}
.BgClassName
{
background-color: #ADB4EC;
}
</style>
border-color css
<style>
span { border-color: #ADB4EC; }
span { border-color: rgb(173,180,236); }
td.TdClassName
{
border-color: #ADB4EC;
}
.TagClassName
{
border-color: #ADB4EC;
}
</style>