Shades of Perano #A6BAFC
Tints of Perano #A6BAFC
RGB
CMYK
RGB Variations
Color information
#A6BAFC (or 0xA6BAFC) is known color: Perano. HEX triplet: A6, BA and FC. RGB value is (166,186,252). Sum of RGB (Red+Green+Blue) = 166+186+252=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BAFC is #594503. Grayscale: #BBBBBB. Windows color (decimal): -5850372 or 16562854. OLE color: 16562854.
HSL color Cylindrical-coordinate representation of color #A6BAFC: hue angle of 226.05º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6BAFC is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 186 | 252 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.01 |
| HSL | 226.05º | 0.93% | 0.82% | - |
| HSV(B) | 226.05º | 0.34% | 0.99% | - |
| XYZ | 50.86 | 50.25 | 99.11 | - |
| YUV | 187.54 | 164.37 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 252 | 0.34 | 0.26 | 0 | 0.01 | 226.05 | 0.93 | 0.82 |
| Hex | A6 | BA | FC | 22 | 1A | 0 | 1 | E2 | 5D | 52 |
| Octal | 246 | 272 | 374 | 42 | 32 | 0 | 1 | 342 | 135 | 122 |
| Binary | 10100110 | 10111010 | 11111100 | 100010 | 11010 | 0 | 1 | 11100010 | 1011101 | 1010010 |
Color Harmonies of #A6BAFC
Complementary color
Monochromatic Colors of #A6BAFC
Black with #A6BAFC
Text Example
Text Example
White with #A6BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAFC; }
p { color: rgb(166,186,252); }
H1.HeaderClassName
{
color: #A6BAFC;
}
.AnyTagClassName
{
color: #A6BAFC;
}
</style>
background-color css
<style>
a { background-color: #A6BAFC; }
a { background-color: rgb(166,186,252); }
div.DivClassName
{
background-color: #A6BAFC;
}
.BgClassName
{
background-color: #A6BAFC;
}
</style>
border-color css
<style>
span { border-color: #A6BAFC; }
span { border-color: rgb(166,186,252); }
td.TdClassName
{
border-color: #A6BAFC;
}
.TagClassName
{
border-color: #A6BAFC;
}
</style>