Shades of Perano #ADB8E5
Tints of Perano #ADB8E5
RGB
CMYK
RGB Variations
Color information
#ADB8E5 (or 0xADB8E5) is known color: Perano. HEX triplet: AD, B8 and E5. RGB value is (173,184,229). Sum of RGB (Red+Green+Blue) = 173+184+229=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADB8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8E5 is #52471A. Grayscale: #B9B9B9. Windows color (decimal): -5392155 or 15055021. OLE color: 15055021.
HSL color Cylindrical-coordinate representation of color #ADB8E5: hue angle of 228.21º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB8E5 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 184 | 229 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.10 |
| HSL | 228.21º | 0.52% | 0.79% | - |
| HSV(B) | 228.21º | 0.24% | 0.9% | - |
| XYZ | 48.52 | 48.82 | 81 | - |
| YUV | 185.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 229 | 0.24 | 0.20 | 0 | 0.10 | 228.21 | 0.52 | 0.79 |
| Hex | AD | B8 | E5 | 18 | 14 | 0 | A | E4 | 34 | 4F |
| Octal | 255 | 270 | 345 | 30 | 24 | 0 | 12 | 344 | 64 | 117 |
| Binary | 10101101 | 10111000 | 11100101 | 11000 | 10100 | 0 | 1010 | 11100100 | 110100 | 1001111 |
Color Harmonies of #ADB8E5
Complementary color
Monochromatic Colors of #ADB8E5
Black with #ADB8E5
Text Example
Text Example
White with #ADB8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8E5; }
p { color: rgb(173,184,229); }
H1.HeaderClassName
{
color: #ADB8E5;
}
.AnyTagClassName
{
color: #ADB8E5;
}
</style>
background-color css
<style>
a { background-color: #ADB8E5; }
a { background-color: rgb(173,184,229); }
div.DivClassName
{
background-color: #ADB8E5;
}
.BgClassName
{
background-color: #ADB8E5;
}
</style>
border-color css
<style>
span { border-color: #ADB8E5; }
span { border-color: rgb(173,184,229); }
td.TdClassName
{
border-color: #ADB8E5;
}
.TagClassName
{
border-color: #ADB8E5;
}
</style>