Shades of Perano #ADB6ED
Tints of Perano #ADB6ED
RGB
CMYK
RGB Variations
Color information
#ADB6ED (or 0xADB6ED) is known color: Perano. HEX triplet: AD, B6 and ED. RGB value is (173,182,237). Sum of RGB (Red+Green+Blue) = 173+182+237=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADB6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6ED is #524912. Grayscale: #B9B9B9. Windows color (decimal): -5392659 or 15578797. OLE color: 15578797.
HSL color Cylindrical-coordinate representation of color #ADB6ED: hue angle of 231.56º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB6ED is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 182 | 237 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.07 |
| HSL | 231.56º | 0.64% | 0.8% | - |
| HSV(B) | 231.56º | 0.27% | 0.93% | - |
| XYZ | 49.25 | 48.45 | 86.88 | - |
| YUV | 185.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 237 | 0.27 | 0.23 | 0 | 0.07 | 231.56 | 0.64 | 0.8 |
| Hex | AD | B6 | ED | 1B | 17 | 0 | 7 | E8 | 40 | 50 |
| Octal | 255 | 266 | 355 | 33 | 27 | 0 | 7 | 350 | 100 | 120 |
| Binary | 10101101 | 10110110 | 11101101 | 11011 | 10111 | 0 | 111 | 11101000 | 1000000 | 1010000 |
Color Harmonies of #ADB6ED
Complementary color
Monochromatic Colors of #ADB6ED
Black with #ADB6ED
Text Example
Text Example
White with #ADB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6ED; }
p { color: rgb(173,182,237); }
H1.HeaderClassName
{
color: #ADB6ED;
}
.AnyTagClassName
{
color: #ADB6ED;
}
</style>
background-color css
<style>
a { background-color: #ADB6ED; }
a { background-color: rgb(173,182,237); }
div.DivClassName
{
background-color: #ADB6ED;
}
.BgClassName
{
background-color: #ADB6ED;
}
</style>
border-color css
<style>
span { border-color: #ADB6ED; }
span { border-color: rgb(173,182,237); }
td.TdClassName
{
border-color: #ADB6ED;
}
.TagClassName
{
border-color: #ADB6ED;
}
</style>