Shades of Perano #ADB9ED
Tints of Perano #ADB9ED
RGB
CMYK
RGB Variations
Color information
#ADB9ED (or 0xADB9ED) is known color: Perano. HEX triplet: AD, B9 and ED. RGB value is (173,185,237). Sum of RGB (Red+Green+Blue) = 173+185+237=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADB9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9ED is #524612. Grayscale: #BBBBBB. Windows color (decimal): -5391891 or 15579565. OLE color: 15579565.
HSL color Cylindrical-coordinate representation of color #ADB9ED: hue angle of 228.75º 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 #ADB9ED is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 185 | 237 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.07 |
| HSL | 228.75º | 0.64% | 0.8% | - |
| HSV(B) | 228.75º | 0.27% | 0.93% | - |
| XYZ | 49.87 | 49.7 | 87.08 | - |
| YUV | 187.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 237 | 0.27 | 0.22 | 0 | 0.07 | 228.75 | 0.64 | 0.8 |
| Hex | AD | B9 | ED | 1B | 16 | 0 | 7 | E5 | 40 | 50 |
| Octal | 255 | 271 | 355 | 33 | 26 | 0 | 7 | 345 | 100 | 120 |
| Binary | 10101101 | 10111001 | 11101101 | 11011 | 10110 | 0 | 111 | 11100101 | 1000000 | 1010000 |
Color Harmonies of #ADB9ED
Complementary color
Monochromatic Colors of #ADB9ED
Black with #ADB9ED
Text Example
Text Example
White with #ADB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9ED; }
p { color: rgb(173,185,237); }
H1.HeaderClassName
{
color: #ADB9ED;
}
.AnyTagClassName
{
color: #ADB9ED;
}
</style>
background-color css
<style>
a { background-color: #ADB9ED; }
a { background-color: rgb(173,185,237); }
div.DivClassName
{
background-color: #ADB9ED;
}
.BgClassName
{
background-color: #ADB9ED;
}
</style>
border-color css
<style>
span { border-color: #ADB9ED; }
span { border-color: rgb(173,185,237); }
td.TdClassName
{
border-color: #ADB9ED;
}
.TagClassName
{
border-color: #ADB9ED;
}
</style>