Shades of Perano #A2BBFE
Tints of Perano #A2BBFE
RGB
CMYK
RGB Variations
Color information
#A2BBFE (or 0xA2BBFE) is known color: Perano. HEX triplet: A2, BB and FE. RGB value is (162,187,254). Sum of RGB (Red+Green+Blue) = 162+187+254=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BBFE is #5D4401. Grayscale: #BABABA. Windows color (decimal): -6112258 or 16694178. OLE color: 16694178.
HSL color Cylindrical-coordinate representation of color #A2BBFE: hue angle of 223.7º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2BBFE is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 187 | 254 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.00 |
| HSL | 223.7º | 0.98% | 0.82% | - |
| HSV(B) | 223.7º | 0.36% | 1% | - |
| XYZ | 50.56 | 50.38 | 100.83 | - |
| YUV | 187.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 254 | 0.36 | 0.26 | 0 | 0.00 | 223.7 | 0.98 | 0.82 |
| Hex | A2 | BB | FE | 24 | 1A | 0 | 0 | E0 | 62 | 52 |
| Octal | 242 | 273 | 376 | 44 | 32 | 0 | 0 | 340 | 142 | 122 |
| Binary | 10100010 | 10111011 | 11111110 | 100100 | 11010 | 0 | 0 | 11100000 | 1100010 | 1010010 |
Color Harmonies of #A2BBFE
Complementary color
Monochromatic Colors of #A2BBFE
Black with #A2BBFE
Text Example
Text Example
White with #A2BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBFE; }
p { color: rgb(162,187,254); }
H1.HeaderClassName
{
color: #A2BBFE;
}
.AnyTagClassName
{
color: #A2BBFE;
}
</style>
background-color css
<style>
a { background-color: #A2BBFE; }
a { background-color: rgb(162,187,254); }
div.DivClassName
{
background-color: #A2BBFE;
}
.BgClassName
{
background-color: #A2BBFE;
}
</style>
border-color css
<style>
span { border-color: #A2BBFE; }
span { border-color: rgb(162,187,254); }
td.TdClassName
{
border-color: #A2BBFE;
}
.TagClassName
{
border-color: #A2BBFE;
}
</style>