Shades of Perano #ADB4E7
Tints of Perano #ADB4E7
RGB
CMYK
RGB Variations
Color information
#ADB4E7 (or 0xADB4E7) is known color: Perano. HEX triplet: AD, B4 and E7. RGB value is (173,180,231). Sum of RGB (Red+Green+Blue) = 173+180+231=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADB4E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4E7 is #524B18. Grayscale: #B7B7B7. Windows color (decimal): -5393177 or 15185069. OLE color: 15185069.
HSL color Cylindrical-coordinate representation of color #ADB4E7: hue angle of 232.76º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB4E7 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 180 | 231 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.09 |
| HSL | 232.76º | 0.55% | 0.79% | - |
| HSV(B) | 232.76º | 0.25% | 0.91% | - |
| XYZ | 47.98 | 47.3 | 82.2 | - |
| YUV | 183.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 231 | 0.25 | 0.22 | 0 | 0.09 | 232.76 | 0.55 | 0.79 |
| Hex | AD | B4 | E7 | 19 | 16 | 0 | 9 | E9 | 37 | 4F |
| Octal | 255 | 264 | 347 | 31 | 26 | 0 | 11 | 351 | 67 | 117 |
| Binary | 10101101 | 10110100 | 11100111 | 11001 | 10110 | 0 | 1001 | 11101001 | 110111 | 1001111 |
Color Harmonies of #ADB4E7
Complementary color
Monochromatic Colors of #ADB4E7
Black with #ADB4E7
Text Example
Text Example
White with #ADB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4E7; }
p { color: rgb(173,180,231); }
H1.HeaderClassName
{
color: #ADB4E7;
}
.AnyTagClassName
{
color: #ADB4E7;
}
</style>
background-color css
<style>
a { background-color: #ADB4E7; }
a { background-color: rgb(173,180,231); }
div.DivClassName
{
background-color: #ADB4E7;
}
.BgClassName
{
background-color: #ADB4E7;
}
</style>
border-color css
<style>
span { border-color: #ADB4E7; }
span { border-color: rgb(173,180,231); }
td.TdClassName
{
border-color: #ADB4E7;
}
.TagClassName
{
border-color: #ADB4E7;
}
</style>