Shades of Perano #A2BFFA
Tints of Perano #A2BFFA
RGB
CMYK
RGB Variations
Color information
#A2BFFA (or 0xA2BFFA) is known color: Perano. HEX triplet: A2, BF and FA. RGB value is (162,191,250). Sum of RGB (Red+Green+Blue) = 162+191+250=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BFFA is #5D4005. Grayscale: #BCBCBC. Windows color (decimal): -6111238 or 16433058. OLE color: 16433058.
HSL color Cylindrical-coordinate representation of color #A2BFFA: hue angle of 220.23º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2BFFA is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 191 | 250 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.02 |
| HSL | 220.23º | 0.9% | 0.81% | - |
| HSV(B) | 220.23º | 0.35% | 0.98% | - |
| XYZ | 50.79 | 51.85 | 97.77 | - |
| YUV | 189.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 250 | 0.35 | 0.24 | 0 | 0.02 | 220.23 | 0.9 | 0.81 |
| Hex | A2 | BF | FA | 23 | 18 | 0 | 2 | DC | 5A | 51 |
| Octal | 242 | 277 | 372 | 43 | 30 | 0 | 2 | 334 | 132 | 121 |
| Binary | 10100010 | 10111111 | 11111010 | 100011 | 11000 | 0 | 10 | 11011100 | 1011010 | 1010001 |
Color Harmonies of #A2BFFA
Complementary color
Monochromatic Colors of #A2BFFA
Black with #A2BFFA
Text Example
Text Example
White with #A2BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFFA; }
p { color: rgb(162,191,250); }
H1.HeaderClassName
{
color: #A2BFFA;
}
.AnyTagClassName
{
color: #A2BFFA;
}
</style>
background-color css
<style>
a { background-color: #A2BFFA; }
a { background-color: rgb(162,191,250); }
div.DivClassName
{
background-color: #A2BFFA;
}
.BgClassName
{
background-color: #A2BFFA;
}
</style>
border-color css
<style>
span { border-color: #A2BFFA; }
span { border-color: rgb(162,191,250); }
td.TdClassName
{
border-color: #A2BFFA;
}
.TagClassName
{
border-color: #A2BFFA;
}
</style>