Shades of Perano #A1BAEE
Tints of Perano #A1BAEE
RGB
CMYK
RGB Variations
Color information
#A1BAEE (or 0xA1BAEE) is known color: Perano. HEX triplet: A1, BA and EE. RGB value is (161,186,238). Sum of RGB (Red+Green+Blue) = 161+186+238=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1BAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BAEE is #5E4511. Grayscale: #B8B8B8. Windows color (decimal): -6178066 or 15645345. OLE color: 15645345.
HSL color Cylindrical-coordinate representation of color #A1BAEE: hue angle of 220.52º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1BAEE is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 186 | 238 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.07 |
| HSL | 220.52º | 0.69% | 0.78% | - |
| HSV(B) | 220.52º | 0.32% | 0.93% | - |
| XYZ | 47.69 | 48.87 | 87.81 | - |
| YUV | 184.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 238 | 0.32 | 0.22 | 0 | 0.07 | 220.52 | 0.69 | 0.78 |
| Hex | A1 | BA | EE | 20 | 16 | 0 | 7 | DD | 45 | 4E |
| Octal | 241 | 272 | 356 | 40 | 26 | 0 | 7 | 335 | 105 | 116 |
| Binary | 10100001 | 10111010 | 11101110 | 100000 | 10110 | 0 | 111 | 11011101 | 1000101 | 1001110 |
Color Harmonies of #A1BAEE
Complementary color
Monochromatic Colors of #A1BAEE
Black with #A1BAEE
Text Example
Text Example
White with #A1BAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAEE; }
p { color: rgb(161,186,238); }
H1.HeaderClassName
{
color: #A1BAEE;
}
.AnyTagClassName
{
color: #A1BAEE;
}
</style>
background-color css
<style>
a { background-color: #A1BAEE; }
a { background-color: rgb(161,186,238); }
div.DivClassName
{
background-color: #A1BAEE;
}
.BgClassName
{
background-color: #A1BAEE;
}
</style>
border-color css
<style>
span { border-color: #A1BAEE; }
span { border-color: rgb(161,186,238); }
td.TdClassName
{
border-color: #A1BAEE;
}
.TagClassName
{
border-color: #A1BAEE;
}
</style>