Shades of Perano #A2BBFD
Tints of Perano #A2BBFD
RGB
CMYK
RGB Variations
Color information
#A2BBFD (or 0xA2BBFD) is known color: Perano. HEX triplet: A2, BB and FD. RGB value is (162,187,253). Sum of RGB (Red+Green+Blue) = 162+187+253=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BBFD is #5D4402. Grayscale: #BABABA. Windows color (decimal): -6112259 or 16628642. OLE color: 16628642.
HSL color Cylindrical-coordinate representation of color #A2BBFD: hue angle of 223.52º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2BBFD is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 187 | 253 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.01 |
| HSL | 223.52º | 0.96% | 0.81% | - |
| HSV(B) | 223.52º | 0.36% | 0.99% | - |
| XYZ | 50.4 | 50.31 | 99.98 | - |
| YUV | 187.05 | 165.22 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 253 | 0.36 | 0.26 | 0 | 0.01 | 223.52 | 0.96 | 0.81 |
| Hex | A2 | BB | FD | 24 | 1A | 0 | 1 | E0 | 60 | 51 |
| Octal | 242 | 273 | 375 | 44 | 32 | 0 | 1 | 340 | 140 | 121 |
| Binary | 10100010 | 10111011 | 11111101 | 100100 | 11010 | 0 | 1 | 11100000 | 1100000 | 1010001 |
Color Harmonies of #A2BBFD
Complementary color
Monochromatic Colors of #A2BBFD
Black with #A2BBFD
Text Example
Text Example
White with #A2BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBFD; }
p { color: rgb(162,187,253); }
H1.HeaderClassName
{
color: #A2BBFD;
}
.AnyTagClassName
{
color: #A2BBFD;
}
</style>
background-color css
<style>
a { background-color: #A2BBFD; }
a { background-color: rgb(162,187,253); }
div.DivClassName
{
background-color: #A2BBFD;
}
.BgClassName
{
background-color: #A2BBFD;
}
</style>
border-color css
<style>
span { border-color: #A2BBFD; }
span { border-color: rgb(162,187,253); }
td.TdClassName
{
border-color: #A2BBFD;
}
.TagClassName
{
border-color: #A2BBFD;
}
</style>