Shades of Perano #ADB3DE
Tints of Perano #ADB3DE
RGB
CMYK
RGB Variations
Color information
#ADB3DE (or 0xADB3DE) is known color: Perano. HEX triplet: AD, B3 and DE. RGB value is (173,179,222). Sum of RGB (Red+Green+Blue) = 173+179+222=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADB3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3DE is #524C21. Grayscale: #B5B5B5. Windows color (decimal): -5393442 or 14594989. OLE color: 14594989.
HSL color Cylindrical-coordinate representation of color #ADB3DE: hue angle of 232.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB3DE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 179 | 222 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.13 |
| HSL | 232.65º | 0.43% | 0.77% | - |
| HSV(B) | 232.65º | 0.22% | 0.87% | - |
| XYZ | 46.54 | 46.4 | 75.61 | - |
| YUV | 182.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 222 | 0.22 | 0.19 | 0 | 0.13 | 232.65 | 0.43 | 0.77 |
| Hex | AD | B3 | DE | 16 | 13 | 0 | D | E9 | 2B | 4D |
| Octal | 255 | 263 | 336 | 26 | 23 | 0 | 15 | 351 | 53 | 115 |
| Binary | 10101101 | 10110011 | 11011110 | 10110 | 10011 | 0 | 1101 | 11101001 | 101011 | 1001101 |
Color Harmonies of #ADB3DE
Complementary color
Monochromatic Colors of #ADB3DE
Black with #ADB3DE
Text Example
Text Example
White with #ADB3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3DE; }
p { color: rgb(173,179,222); }
H1.HeaderClassName
{
color: #ADB3DE;
}
.AnyTagClassName
{
color: #ADB3DE;
}
</style>
background-color css
<style>
a { background-color: #ADB3DE; }
a { background-color: rgb(173,179,222); }
div.DivClassName
{
background-color: #ADB3DE;
}
.BgClassName
{
background-color: #ADB3DE;
}
</style>
border-color css
<style>
span { border-color: #ADB3DE; }
span { border-color: rgb(173,179,222); }
td.TdClassName
{
border-color: #ADB3DE;
}
.TagClassName
{
border-color: #ADB3DE;
}
</style>