Shades of Perano #ADB3E3
Tints of Perano #ADB3E3
RGB
CMYK
RGB Variations
Color information
#ADB3E3 (or 0xADB3E3) is known color: Perano. HEX triplet: AD, B3 and E3. RGB value is (173,179,227). Sum of RGB (Red+Green+Blue) = 173+179+227=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADB3E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3E3 is #524C1C. Grayscale: #B6B6B6. Windows color (decimal): -5393437 or 14922669. OLE color: 14922669.
HSL color Cylindrical-coordinate representation of color #ADB3E3: hue angle of 233.33º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB3E3 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 179 | 227 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.11 |
| HSL | 233.33º | 0.49% | 0.78% | - |
| HSV(B) | 233.33º | 0.24% | 0.89% | - |
| XYZ | 47.22 | 46.67 | 79.19 | - |
| YUV | 182.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 227 | 0.24 | 0.21 | 0 | 0.11 | 233.33 | 0.49 | 0.78 |
| Hex | AD | B3 | E3 | 18 | 15 | 0 | B | E9 | 31 | 4E |
| Octal | 255 | 263 | 343 | 30 | 25 | 0 | 13 | 351 | 61 | 116 |
| Binary | 10101101 | 10110011 | 11100011 | 11000 | 10101 | 0 | 1011 | 11101001 | 110001 | 1001110 |
Color Harmonies of #ADB3E3
Complementary color
Monochromatic Colors of #ADB3E3
Black with #ADB3E3
Text Example
Text Example
White with #ADB3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3E3; }
p { color: rgb(173,179,227); }
H1.HeaderClassName
{
color: #ADB3E3;
}
.AnyTagClassName
{
color: #ADB3E3;
}
</style>
background-color css
<style>
a { background-color: #ADB3E3; }
a { background-color: rgb(173,179,227); }
div.DivClassName
{
background-color: #ADB3E3;
}
.BgClassName
{
background-color: #ADB3E3;
}
</style>
border-color css
<style>
span { border-color: #ADB3E3; }
span { border-color: rgb(173,179,227); }
td.TdClassName
{
border-color: #ADB3E3;
}
.TagClassName
{
border-color: #ADB3E3;
}
</style>