Shades of Perano #ADBDEA
Tints of Perano #ADBDEA
RGB
CMYK
RGB Variations
Color information
#ADBDEA (or 0xADBDEA) is known color: Perano. HEX triplet: AD, BD and EA. RGB value is (173,189,234). Sum of RGB (Red+Green+Blue) = 173+189+234=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADBDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBDEA is #524215. Grayscale: #BDBDBD. Windows color (decimal): -5390870 or 15383981. OLE color: 15383981.
HSL color Cylindrical-coordinate representation of color #ADBDEA: hue angle of 224.26º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADBDEA is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 189 | 234 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.08 |
| HSL | 224.26º | 0.59% | 0.8% | - |
| HSV(B) | 224.26º | 0.26% | 0.92% | - |
| XYZ | 50.28 | 51.22 | 85.08 | - |
| YUV | 189.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 234 | 0.26 | 0.19 | 0 | 0.08 | 224.26 | 0.59 | 0.8 |
| Hex | AD | BD | EA | 1A | 13 | 0 | 8 | E0 | 3B | 50 |
| Octal | 255 | 275 | 352 | 32 | 23 | 0 | 10 | 340 | 73 | 120 |
| Binary | 10101101 | 10111101 | 11101010 | 11010 | 10011 | 0 | 1000 | 11100000 | 111011 | 1010000 |
Color Harmonies of #ADBDEA
Complementary color
Monochromatic Colors of #ADBDEA
Black with #ADBDEA
Text Example
Text Example
White with #ADBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDEA; }
p { color: rgb(173,189,234); }
H1.HeaderClassName
{
color: #ADBDEA;
}
.AnyTagClassName
{
color: #ADBDEA;
}
</style>
background-color css
<style>
a { background-color: #ADBDEA; }
a { background-color: rgb(173,189,234); }
div.DivClassName
{
background-color: #ADBDEA;
}
.BgClassName
{
background-color: #ADBDEA;
}
</style>
border-color css
<style>
span { border-color: #ADBDEA; }
span { border-color: rgb(173,189,234); }
td.TdClassName
{
border-color: #ADBDEA;
}
.TagClassName
{
border-color: #ADBDEA;
}
</style>