Shades of Perano #ADB6E3
Tints of Perano #ADB6E3
RGB
CMYK
RGB Variations
Color information
#ADB6E3 (or 0xADB6E3) is known color: Perano. HEX triplet: AD, B6 and E3. RGB value is (173,182,227). Sum of RGB (Red+Green+Blue) = 173+182+227=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADB6E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6E3 is #52491C. Grayscale: #B8B8B8. Windows color (decimal): -5392669 or 14923437. OLE color: 14923437.
HSL color Cylindrical-coordinate representation of color #ADB6E3: hue angle of 230º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB6E3 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 182 | 227 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.11 |
| HSL | 230º | 0.49% | 0.78% | - |
| HSV(B) | 230º | 0.24% | 0.89% | - |
| XYZ | 47.83 | 47.89 | 79.4 | - |
| YUV | 184.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 227 | 0.24 | 0.20 | 0 | 0.11 | 230 | 0.49 | 0.78 |
| Hex | AD | B6 | E3 | 18 | 14 | 0 | B | E6 | 31 | 4E |
| Octal | 255 | 266 | 343 | 30 | 24 | 0 | 13 | 346 | 61 | 116 |
| Binary | 10101101 | 10110110 | 11100011 | 11000 | 10100 | 0 | 1011 | 11100110 | 110001 | 1001110 |
Color Harmonies of #ADB6E3
Complementary color
Monochromatic Colors of #ADB6E3
Black with #ADB6E3
Text Example
Text Example
White with #ADB6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6E3; }
p { color: rgb(173,182,227); }
H1.HeaderClassName
{
color: #ADB6E3;
}
.AnyTagClassName
{
color: #ADB6E3;
}
</style>
background-color css
<style>
a { background-color: #ADB6E3; }
a { background-color: rgb(173,182,227); }
div.DivClassName
{
background-color: #ADB6E3;
}
.BgClassName
{
background-color: #ADB6E3;
}
</style>
border-color css
<style>
span { border-color: #ADB6E3; }
span { border-color: rgb(173,182,227); }
td.TdClassName
{
border-color: #ADB6E3;
}
.TagClassName
{
border-color: #ADB6E3;
}
</style>