Shades of Perano #A6B9FA
Tints of Perano #A6B9FA
RGB
CMYK
RGB Variations
Color information
#A6B9FA (or 0xA6B9FA) is known color: Perano. HEX triplet: A6, B9 and FA. RGB value is (166,185,250). Sum of RGB (Red+Green+Blue) = 166+185+250=601 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.62% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6B9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B9FA is #594605. Grayscale: #BABABA. Windows color (decimal): -5850630 or 16431526. OLE color: 16431526.
HSL color Cylindrical-coordinate representation of color #A6B9FA: hue angle of 226.43º 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 #A6B9FA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 185 | 250 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.02 |
| HSL | 226.43º | 0.89% | 0.82% | - |
| HSV(B) | 226.43º | 0.34% | 0.98% | - |
| XYZ | 50.33 | 49.71 | 97.38 | - |
| YUV | 186.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 250 | 0.34 | 0.26 | 0 | 0.02 | 226.43 | 0.89 | 0.82 |
| Hex | A6 | B9 | FA | 22 | 1A | 0 | 2 | E2 | 59 | 52 |
| Octal | 246 | 271 | 372 | 42 | 32 | 0 | 2 | 342 | 131 | 122 |
| Binary | 10100110 | 10111001 | 11111010 | 100010 | 11010 | 0 | 10 | 11100010 | 1011001 | 1010010 |
Color Harmonies of #A6B9FA
Complementary color
Monochromatic Colors of #A6B9FA
Black with #A6B9FA
Text Example
Text Example
White with #A6B9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B9FA; }
p { color: rgb(166,185,250); }
H1.HeaderClassName
{
color: #A6B9FA;
}
.AnyTagClassName
{
color: #A6B9FA;
}
</style>
background-color css
<style>
a { background-color: #A6B9FA; }
a { background-color: rgb(166,185,250); }
div.DivClassName
{
background-color: #A6B9FA;
}
.BgClassName
{
background-color: #A6B9FA;
}
</style>
border-color css
<style>
span { border-color: #A6B9FA; }
span { border-color: rgb(166,185,250); }
td.TdClassName
{
border-color: #A6B9FA;
}
.TagClassName
{
border-color: #A6B9FA;
}
</style>