Shades of Perano #ADB1E9
Tints of Perano #ADB1E9
RGB
CMYK
RGB Variations
Color information
#ADB1E9 (or 0xADB1E9) is known color: Perano. HEX triplet: AD, B1 and E9. RGB value is (173,177,233). Sum of RGB (Red+Green+Blue) = 173+177+233=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADB1E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1E9 is #524E16. Grayscale: #B5B5B5. Windows color (decimal): -5393943 or 15315373. OLE color: 15315373.
HSL color Cylindrical-coordinate representation of color #ADB1E9: hue angle of 236º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB1E9 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 177 | 233 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.09 |
| HSL | 236º | 0.58% | 0.8% | - |
| HSV(B) | 236º | 0.26% | 0.91% | - |
| XYZ | 47.66 | 46.21 | 83.5 | - |
| YUV | 182.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 233 | 0.26 | 0.24 | 0 | 0.09 | 236 | 0.58 | 0.8 |
| Hex | AD | B1 | E9 | 1A | 18 | 0 | 9 | EC | 3A | 50 |
| Octal | 255 | 261 | 351 | 32 | 30 | 0 | 11 | 354 | 72 | 120 |
| Binary | 10101101 | 10110001 | 11101001 | 11010 | 11000 | 0 | 1001 | 11101100 | 111010 | 1010000 |
Color Harmonies of #ADB1E9
Complementary color
Monochromatic Colors of #ADB1E9
Black with #ADB1E9
Text Example
Text Example
White with #ADB1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB1E9; }
p { color: rgb(173,177,233); }
H1.HeaderClassName
{
color: #ADB1E9;
}
.AnyTagClassName
{
color: #ADB1E9;
}
</style>
background-color css
<style>
a { background-color: #ADB1E9; }
a { background-color: rgb(173,177,233); }
div.DivClassName
{
background-color: #ADB1E9;
}
.BgClassName
{
background-color: #ADB1E9;
}
</style>
border-color css
<style>
span { border-color: #ADB1E9; }
span { border-color: rgb(173,177,233); }
td.TdClassName
{
border-color: #ADB1E9;
}
.TagClassName
{
border-color: #ADB1E9;
}
</style>