Shades of Perano #A6B8FA
Tints of Perano #A6B8FA
RGB
CMYK
RGB Variations
Color information
#A6B8FA (or 0xA6B8FA) is known color: Perano. HEX triplet: A6, B8 and FA. RGB value is (166,184,250). Sum of RGB (Red+Green+Blue) = 166+184+250=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6B8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B8FA is #594705. Grayscale: #B9B9B9. Windows color (decimal): -5850886 or 16431270. OLE color: 16431270.
HSL color Cylindrical-coordinate representation of color #A6B8FA: hue angle of 227.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6B8FA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 184 | 250 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.02 |
| HSL | 227.14º | 0.89% | 0.82% | - |
| HSV(B) | 227.14º | 0.34% | 0.98% | - |
| XYZ | 50.12 | 49.29 | 97.31 | - |
| YUV | 186.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 250 | 0.34 | 0.26 | 0 | 0.02 | 227.14 | 0.89 | 0.82 |
| Hex | A6 | B8 | FA | 22 | 1A | 0 | 2 | E3 | 59 | 52 |
| Octal | 246 | 270 | 372 | 42 | 32 | 0 | 2 | 343 | 131 | 122 |
| Binary | 10100110 | 10111000 | 11111010 | 100010 | 11010 | 0 | 10 | 11100011 | 1011001 | 1010010 |
Color Harmonies of #A6B8FA
Complementary color
Monochromatic Colors of #A6B8FA
Black with #A6B8FA
Text Example
Text Example
White with #A6B8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8FA; }
p { color: rgb(166,184,250); }
H1.HeaderClassName
{
color: #A6B8FA;
}
.AnyTagClassName
{
color: #A6B8FA;
}
</style>
background-color css
<style>
a { background-color: #A6B8FA; }
a { background-color: rgb(166,184,250); }
div.DivClassName
{
background-color: #A6B8FA;
}
.BgClassName
{
background-color: #A6B8FA;
}
</style>
border-color css
<style>
span { border-color: #A6B8FA; }
span { border-color: rgb(166,184,250); }
td.TdClassName
{
border-color: #A6B8FA;
}
.TagClassName
{
border-color: #A6B8FA;
}
</style>