Shades of Perano #ADB8E7
Tints of Perano #ADB8E7
RGB
CMYK
RGB Variations
Color information
#ADB8E7 (or 0xADB8E7) is known color: Perano. HEX triplet: AD, B8 and E7. RGB value is (173,184,231). Sum of RGB (Red+Green+Blue) = 173+184+231=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADB8E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8E7 is #524718. Grayscale: #B9B9B9. Windows color (decimal): -5392153 or 15186093. OLE color: 15186093.
HSL color Cylindrical-coordinate representation of color #ADB8E7: hue angle of 228.62º 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 #ADB8E7 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 184 | 231 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.09 |
| HSL | 228.62º | 0.55% | 0.79% | - |
| HSV(B) | 228.62º | 0.25% | 0.91% | - |
| XYZ | 48.8 | 48.93 | 82.47 | - |
| YUV | 186.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 231 | 0.25 | 0.20 | 0 | 0.09 | 228.62 | 0.55 | 0.79 |
| Hex | AD | B8 | E7 | 19 | 14 | 0 | 9 | E5 | 37 | 4F |
| Octal | 255 | 270 | 347 | 31 | 24 | 0 | 11 | 345 | 67 | 117 |
| Binary | 10101101 | 10111000 | 11100111 | 11001 | 10100 | 0 | 1001 | 11100101 | 110111 | 1001111 |
Color Harmonies of #ADB8E7
Complementary color
Monochromatic Colors of #ADB8E7
Black with #ADB8E7
Text Example
Text Example
White with #ADB8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8E7; }
p { color: rgb(173,184,231); }
H1.HeaderClassName
{
color: #ADB8E7;
}
.AnyTagClassName
{
color: #ADB8E7;
}
</style>
background-color css
<style>
a { background-color: #ADB8E7; }
a { background-color: rgb(173,184,231); }
div.DivClassName
{
background-color: #ADB8E7;
}
.BgClassName
{
background-color: #ADB8E7;
}
</style>
border-color css
<style>
span { border-color: #ADB8E7; }
span { border-color: rgb(173,184,231); }
td.TdClassName
{
border-color: #ADB8E7;
}
.TagClassName
{
border-color: #ADB8E7;
}
</style>