Shades of Perano #ADB3E7
Tints of Perano #ADB3E7
RGB
CMYK
RGB Variations
Color information
#ADB3E7 (or 0xADB3E7) is known color: Perano. HEX triplet: AD, B3 and E7. RGB value is (173,179,231). Sum of RGB (Red+Green+Blue) = 173+179+231=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADB3E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3E7 is #524C18. Grayscale: #B6B6B6. Windows color (decimal): -5393433 or 15184813. OLE color: 15184813.
HSL color Cylindrical-coordinate representation of color #ADB3E7: hue angle of 233.79º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB3E7 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 179 | 231 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.09 |
| HSL | 233.79º | 0.55% | 0.79% | - |
| HSV(B) | 233.79º | 0.25% | 0.91% | - |
| XYZ | 47.78 | 46.89 | 82.13 | - |
| YUV | 183.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 231 | 0.25 | 0.23 | 0 | 0.09 | 233.79 | 0.55 | 0.79 |
| Hex | AD | B3 | E7 | 19 | 17 | 0 | 9 | EA | 37 | 4F |
| Octal | 255 | 263 | 347 | 31 | 27 | 0 | 11 | 352 | 67 | 117 |
| Binary | 10101101 | 10110011 | 11100111 | 11001 | 10111 | 0 | 1001 | 11101010 | 110111 | 1001111 |
Color Harmonies of #ADB3E7
Complementary color
Monochromatic Colors of #ADB3E7
Black with #ADB3E7
Text Example
Text Example
White with #ADB3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3E7; }
p { color: rgb(173,179,231); }
H1.HeaderClassName
{
color: #ADB3E7;
}
.AnyTagClassName
{
color: #ADB3E7;
}
</style>
background-color css
<style>
a { background-color: #ADB3E7; }
a { background-color: rgb(173,179,231); }
div.DivClassName
{
background-color: #ADB3E7;
}
.BgClassName
{
background-color: #ADB3E7;
}
</style>
border-color css
<style>
span { border-color: #ADB3E7; }
span { border-color: rgb(173,179,231); }
td.TdClassName
{
border-color: #ADB3E7;
}
.TagClassName
{
border-color: #ADB3E7;
}
</style>