Shades of Perano #ADB2E7
Tints of Perano #ADB2E7
RGB
CMYK
RGB Variations
Color information
#ADB2E7 (or 0xADB2E7) is known color: Perano. HEX triplet: AD, B2 and E7. RGB value is (173,178,231). Sum of RGB (Red+Green+Blue) = 173+178+231=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADB2E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2E7 is #524D18. Grayscale: #B6B6B6. Windows color (decimal): -5393689 or 15184557. OLE color: 15184557.
HSL color Cylindrical-coordinate representation of color #ADB2E7: hue angle of 234.83º 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 #ADB2E7 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 178 | 231 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.09 |
| HSL | 234.83º | 0.55% | 0.79% | - |
| HSV(B) | 234.83º | 0.25% | 0.91% | - |
| XYZ | 47.58 | 46.49 | 82.07 | - |
| YUV | 182.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 231 | 0.25 | 0.23 | 0 | 0.09 | 234.83 | 0.55 | 0.79 |
| Hex | AD | B2 | E7 | 19 | 17 | 0 | 9 | EB | 37 | 4F |
| Octal | 255 | 262 | 347 | 31 | 27 | 0 | 11 | 353 | 67 | 117 |
| Binary | 10101101 | 10110010 | 11100111 | 11001 | 10111 | 0 | 1001 | 11101011 | 110111 | 1001111 |
Color Harmonies of #ADB2E7
Complementary color
Monochromatic Colors of #ADB2E7
Black with #ADB2E7
Text Example
Text Example
White with #ADB2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2E7; }
p { color: rgb(173,178,231); }
H1.HeaderClassName
{
color: #ADB2E7;
}
.AnyTagClassName
{
color: #ADB2E7;
}
</style>
background-color css
<style>
a { background-color: #ADB2E7; }
a { background-color: rgb(173,178,231); }
div.DivClassName
{
background-color: #ADB2E7;
}
.BgClassName
{
background-color: #ADB2E7;
}
</style>
border-color css
<style>
span { border-color: #ADB2E7; }
span { border-color: rgb(173,178,231); }
td.TdClassName
{
border-color: #ADB2E7;
}
.TagClassName
{
border-color: #ADB2E7;
}
</style>