Shades of Perano #A3BAE7
Tints of Perano #A3BAE7
RGB
CMYK
RGB Variations
Color information
#A3BAE7 (or 0xA3BAE7) is known color: Perano. HEX triplet: A3, BA and E7. RGB value is (163,186,231). Sum of RGB (Red+Green+Blue) = 163+186+231=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3BAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BAE7 is #5C4518. Grayscale: #B8B8B8. Windows color (decimal): -6047001 or 15186595. OLE color: 15186595.
HSL color Cylindrical-coordinate representation of color #A3BAE7: hue angle of 219.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3BAE7 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 186 | 231 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.09 |
| HSL | 219.71º | 0.59% | 0.77% | - |
| HSV(B) | 219.71º | 0.29% | 0.91% | - |
| XYZ | 47.09 | 48.67 | 82.51 | - |
| YUV | 184.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 231 | 0.29 | 0.19 | 0 | 0.09 | 219.71 | 0.59 | 0.77 |
| Hex | A3 | BA | E7 | 1D | 13 | 0 | 9 | DC | 3B | 4D |
| Octal | 243 | 272 | 347 | 35 | 23 | 0 | 11 | 334 | 73 | 115 |
| Binary | 10100011 | 10111010 | 11100111 | 11101 | 10011 | 0 | 1001 | 11011100 | 111011 | 1001101 |
Color Harmonies of #A3BAE7
Complementary color
Monochromatic Colors of #A3BAE7
Black with #A3BAE7
Text Example
Text Example
White with #A3BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BAE7; }
p { color: rgb(163,186,231); }
H1.HeaderClassName
{
color: #A3BAE7;
}
.AnyTagClassName
{
color: #A3BAE7;
}
</style>
background-color css
<style>
a { background-color: #A3BAE7; }
a { background-color: rgb(163,186,231); }
div.DivClassName
{
background-color: #A3BAE7;
}
.BgClassName
{
background-color: #A3BAE7;
}
</style>
border-color css
<style>
span { border-color: #A3BAE7; }
span { border-color: rgb(163,186,231); }
td.TdClassName
{
border-color: #A3BAE7;
}
.TagClassName
{
border-color: #A3BAE7;
}
</style>