Shades of Perano #ADB4EF
Tints of Perano #ADB4EF
RGB
CMYK
RGB Variations
Color information
#ADB4EF (or 0xADB4EF) is known color: Perano. HEX triplet: AD, B4 and EF. RGB value is (173,180,239). Sum of RGB (Red+Green+Blue) = 173+180+239=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADB4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4EF is #524B10. Grayscale: #B8B8B8. Windows color (decimal): -5393169 or 15709357. OLE color: 15709357.
HSL color Cylindrical-coordinate representation of color #ADB4EF: hue angle of 233.64º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB4EF is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 180 | 239 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.06 |
| HSL | 233.64º | 0.67% | 0.81% | - |
| HSV(B) | 233.64º | 0.28% | 0.94% | - |
| XYZ | 49.13 | 47.76 | 88.29 | - |
| YUV | 184.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 239 | 0.28 | 0.25 | 0 | 0.06 | 233.64 | 0.67 | 0.81 |
| Hex | AD | B4 | EF | 1C | 19 | 0 | 6 | EA | 43 | 51 |
| Octal | 255 | 264 | 357 | 34 | 31 | 0 | 6 | 352 | 103 | 121 |
| Binary | 10101101 | 10110100 | 11101111 | 11100 | 11001 | 0 | 110 | 11101010 | 1000011 | 1010001 |
Color Harmonies of #ADB4EF
Complementary color
Monochromatic Colors of #ADB4EF
Black with #ADB4EF
Text Example
Text Example
White with #ADB4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4EF; }
p { color: rgb(173,180,239); }
H1.HeaderClassName
{
color: #ADB4EF;
}
.AnyTagClassName
{
color: #ADB4EF;
}
</style>
background-color css
<style>
a { background-color: #ADB4EF; }
a { background-color: rgb(173,180,239); }
div.DivClassName
{
background-color: #ADB4EF;
}
.BgClassName
{
background-color: #ADB4EF;
}
</style>
border-color css
<style>
span { border-color: #ADB4EF; }
span { border-color: rgb(173,180,239); }
td.TdClassName
{
border-color: #ADB4EF;
}
.TagClassName
{
border-color: #ADB4EF;
}
</style>