Shades of Perano #ADB3E5
Tints of Perano #ADB3E5
RGB
CMYK
RGB Variations
Color information
#ADB3E5 (or 0xADB3E5) is known color: Perano. HEX triplet: AD, B3 and E5. RGB value is (173,179,229). Sum of RGB (Red+Green+Blue) = 173+179+229=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADB3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3E5 is #524C1A. Grayscale: #B6B6B6. Windows color (decimal): -5393435 or 15053741. OLE color: 15053741.
HSL color Cylindrical-coordinate representation of color #ADB3E5: hue angle of 233.57º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB3E5 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 179 | 229 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.10 |
| HSL | 233.57º | 0.52% | 0.79% | - |
| HSV(B) | 233.57º | 0.24% | 0.9% | - |
| XYZ | 47.5 | 46.78 | 80.66 | - |
| YUV | 182.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 229 | 0.24 | 0.22 | 0 | 0.10 | 233.57 | 0.52 | 0.79 |
| Hex | AD | B3 | E5 | 18 | 16 | 0 | A | EA | 34 | 4F |
| Octal | 255 | 263 | 345 | 30 | 26 | 0 | 12 | 352 | 64 | 117 |
| Binary | 10101101 | 10110011 | 11100101 | 11000 | 10110 | 0 | 1010 | 11101010 | 110100 | 1001111 |
Color Harmonies of #ADB3E5
Complementary color
Monochromatic Colors of #ADB3E5
Black with #ADB3E5
Text Example
Text Example
White with #ADB3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3E5; }
p { color: rgb(173,179,229); }
H1.HeaderClassName
{
color: #ADB3E5;
}
.AnyTagClassName
{
color: #ADB3E5;
}
</style>
background-color css
<style>
a { background-color: #ADB3E5; }
a { background-color: rgb(173,179,229); }
div.DivClassName
{
background-color: #ADB3E5;
}
.BgClassName
{
background-color: #ADB3E5;
}
</style>
border-color css
<style>
span { border-color: #ADB3E5; }
span { border-color: rgb(173,179,229); }
td.TdClassName
{
border-color: #ADB3E5;
}
.TagClassName
{
border-color: #ADB3E5;
}
</style>