Shades of Perano #ADB8E2
Tints of Perano #ADB8E2
RGB
CMYK
RGB Variations
Color information
#ADB8E2 (or 0xADB8E2) is known color: Perano. HEX triplet: AD, B8 and E2. RGB value is (173,184,226). Sum of RGB (Red+Green+Blue) = 173+184+226=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADB8E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8E2 is #52471D. Grayscale: #B9B9B9. Windows color (decimal): -5392158 or 14858413. OLE color: 14858413.
HSL color Cylindrical-coordinate representation of color #ADB8E2: hue angle of 227.55º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB8E2 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 184 | 226 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.11 |
| HSL | 227.55º | 0.48% | 0.78% | - |
| HSV(B) | 227.55º | 0.23% | 0.89% | - |
| XYZ | 48.1 | 48.66 | 78.81 | - |
| YUV | 185.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 226 | 0.23 | 0.19 | 0 | 0.11 | 227.55 | 0.48 | 0.78 |
| Hex | AD | B8 | E2 | 17 | 13 | 0 | B | E4 | 30 | 4E |
| Octal | 255 | 270 | 342 | 27 | 23 | 0 | 13 | 344 | 60 | 116 |
| Binary | 10101101 | 10111000 | 11100010 | 10111 | 10011 | 0 | 1011 | 11100100 | 110000 | 1001110 |
Color Harmonies of #ADB8E2
Complementary color
Monochromatic Colors of #ADB8E2
Black with #ADB8E2
Text Example
Text Example
White with #ADB8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8E2; }
p { color: rgb(173,184,226); }
H1.HeaderClassName
{
color: #ADB8E2;
}
.AnyTagClassName
{
color: #ADB8E2;
}
</style>
background-color css
<style>
a { background-color: #ADB8E2; }
a { background-color: rgb(173,184,226); }
div.DivClassName
{
background-color: #ADB8E2;
}
.BgClassName
{
background-color: #ADB8E2;
}
</style>
border-color css
<style>
span { border-color: #ADB8E2; }
span { border-color: rgb(173,184,226); }
td.TdClassName
{
border-color: #ADB8E2;
}
.TagClassName
{
border-color: #ADB8E2;
}
</style>