Shades of Perano #ADB3E6
Tints of Perano #ADB3E6
RGB
CMYK
RGB Variations
Color information
#ADB3E6 (or 0xADB3E6) is known color: Perano. HEX triplet: AD, B3 and E6. RGB value is (173,179,230). Sum of RGB (Red+Green+Blue) = 173+179+230=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADB3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3E6 is #524C19. Grayscale: #B6B6B6. Windows color (decimal): -5393434 or 15119277. OLE color: 15119277.
HSL color Cylindrical-coordinate representation of color #ADB3E6: hue angle of 233.68º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB3E6 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 179 | 230 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.10 |
| HSL | 233.68º | 0.53% | 0.79% | - |
| HSV(B) | 233.68º | 0.25% | 0.9% | - |
| XYZ | 47.64 | 46.84 | 81.39 | - |
| YUV | 183.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 230 | 0.25 | 0.22 | 0 | 0.10 | 233.68 | 0.53 | 0.79 |
| Hex | AD | B3 | E6 | 19 | 16 | 0 | A | EA | 35 | 4F |
| Octal | 255 | 263 | 346 | 31 | 26 | 0 | 12 | 352 | 65 | 117 |
| Binary | 10101101 | 10110011 | 11100110 | 11001 | 10110 | 0 | 1010 | 11101010 | 110101 | 1001111 |
Color Harmonies of #ADB3E6
Complementary color
Monochromatic Colors of #ADB3E6
Black with #ADB3E6
Text Example
Text Example
White with #ADB3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3E6; }
p { color: rgb(173,179,230); }
H1.HeaderClassName
{
color: #ADB3E6;
}
.AnyTagClassName
{
color: #ADB3E6;
}
</style>
background-color css
<style>
a { background-color: #ADB3E6; }
a { background-color: rgb(173,179,230); }
div.DivClassName
{
background-color: #ADB3E6;
}
.BgClassName
{
background-color: #ADB3E6;
}
</style>
border-color css
<style>
span { border-color: #ADB3E6; }
span { border-color: rgb(173,179,230); }
td.TdClassName
{
border-color: #ADB3E6;
}
.TagClassName
{
border-color: #ADB3E6;
}
</style>