Shades of Perano #A1BAF2
Tints of Perano #A1BAF2
RGB
CMYK
RGB Variations
Color information
#A1BAF2 (or 0xA1BAF2) is known color: Perano. HEX triplet: A1, BA and F2. RGB value is (161,186,242). Sum of RGB (Red+Green+Blue) = 161+186+242=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1BAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BAF2 is #5E450D. Grayscale: #B8B8B8. Windows color (decimal): -6178062 or 15907489. OLE color: 15907489.
HSL color Cylindrical-coordinate representation of color #A1BAF2: hue angle of 221.48º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1BAF2 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 186 | 242 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.05 |
| HSL | 221.48º | 0.76% | 0.79% | - |
| HSV(B) | 221.48º | 0.33% | 0.95% | - |
| XYZ | 48.28 | 49.11 | 90.94 | - |
| YUV | 184.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 242 | 0.33 | 0.23 | 0 | 0.05 | 221.48 | 0.76 | 0.79 |
| Hex | A1 | BA | F2 | 21 | 17 | 0 | 5 | DD | 4C | 4F |
| Octal | 241 | 272 | 362 | 41 | 27 | 0 | 5 | 335 | 114 | 117 |
| Binary | 10100001 | 10111010 | 11110010 | 100001 | 10111 | 0 | 101 | 11011101 | 1001100 | 1001111 |
Color Harmonies of #A1BAF2
Complementary color
Monochromatic Colors of #A1BAF2
Black with #A1BAF2
Text Example
Text Example
White with #A1BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAF2; }
p { color: rgb(161,186,242); }
H1.HeaderClassName
{
color: #A1BAF2;
}
.AnyTagClassName
{
color: #A1BAF2;
}
</style>
background-color css
<style>
a { background-color: #A1BAF2; }
a { background-color: rgb(161,186,242); }
div.DivClassName
{
background-color: #A1BAF2;
}
.BgClassName
{
background-color: #A1BAF2;
}
</style>
border-color css
<style>
span { border-color: #A1BAF2; }
span { border-color: rgb(161,186,242); }
td.TdClassName
{
border-color: #A1BAF2;
}
.TagClassName
{
border-color: #A1BAF2;
}
</style>