Shades of Perano #ADB3E9
Tints of Perano #ADB3E9
RGB
CMYK
RGB Variations
Color information
#ADB3E9 (or 0xADB3E9) is known color: Perano. HEX triplet: AD, B3 and E9. RGB value is (173,179,233). Sum of RGB (Red+Green+Blue) = 173+179+233=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADB3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3E9 is #524C16. Grayscale: #B7B7B7. Windows color (decimal): -5393431 or 15315885. OLE color: 15315885.
HSL color Cylindrical-coordinate representation of color #ADB3E9: hue angle of 234º 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 #ADB3E9 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 179 | 233 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.09 |
| HSL | 234º | 0.58% | 0.8% | - |
| HSV(B) | 234º | 0.26% | 0.91% | - |
| XYZ | 48.06 | 47.01 | 83.63 | - |
| YUV | 183.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 233 | 0.26 | 0.23 | 0 | 0.09 | 234 | 0.58 | 0.8 |
| Hex | AD | B3 | E9 | 1A | 17 | 0 | 9 | EA | 3A | 50 |
| Octal | 255 | 263 | 351 | 32 | 27 | 0 | 11 | 352 | 72 | 120 |
| Binary | 10101101 | 10110011 | 11101001 | 11010 | 10111 | 0 | 1001 | 11101010 | 111010 | 1010000 |
Color Harmonies of #ADB3E9
Complementary color
Monochromatic Colors of #ADB3E9
Black with #ADB3E9
Text Example
Text Example
White with #ADB3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3E9; }
p { color: rgb(173,179,233); }
H1.HeaderClassName
{
color: #ADB3E9;
}
.AnyTagClassName
{
color: #ADB3E9;
}
</style>
background-color css
<style>
a { background-color: #ADB3E9; }
a { background-color: rgb(173,179,233); }
div.DivClassName
{
background-color: #ADB3E9;
}
.BgClassName
{
background-color: #ADB3E9;
}
</style>
border-color css
<style>
span { border-color: #ADB3E9; }
span { border-color: rgb(173,179,233); }
td.TdClassName
{
border-color: #ADB3E9;
}
.TagClassName
{
border-color: #ADB3E9;
}
</style>