Shades of Perano #B1A6FA
Tints of Perano #B1A6FA
RGB
CMYK
RGB Variations
Color information
#B1A6FA (or 0xB1A6FA) is known color: Perano. HEX triplet: B1, A6 and FA. RGB value is (177,166,250). Sum of RGB (Red+Green+Blue) = 177+166+250=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1A6FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A6FA is #4E5905. Grayscale: #B2B2B2. Windows color (decimal): -5134598 or 16426673. OLE color: 16426673.
HSL color Cylindrical-coordinate representation of color #B1A6FA: hue angle of 247.86º 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 #B1A6FA is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 166 | 250 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.02 |
| HSL | 247.86º | 0.89% | 0.82% | - |
| HSV(B) | 247.86º | 0.34% | 0.98% | - |
| XYZ | 49.02 | 43.52 | 96.26 | - |
| YUV | 178.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 250 | 0.29 | 0.34 | 0 | 0.02 | 247.86 | 0.89 | 0.82 |
| Hex | B1 | A6 | FA | 1D | 22 | 0 | 2 | F8 | 59 | 52 |
| Octal | 261 | 246 | 372 | 35 | 42 | 0 | 2 | 370 | 131 | 122 |
| Binary | 10110001 | 10100110 | 11111010 | 11101 | 100010 | 0 | 10 | 11111000 | 1011001 | 1010010 |
Color Harmonies of #B1A6FA
Complementary color
Monochromatic Colors of #B1A6FA
Black with #B1A6FA
Text Example
Text Example
White with #B1A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A6FA; }
p { color: rgb(177,166,250); }
H1.HeaderClassName
{
color: #B1A6FA;
}
.AnyTagClassName
{
color: #B1A6FA;
}
</style>
background-color css
<style>
a { background-color: #B1A6FA; }
a { background-color: rgb(177,166,250); }
div.DivClassName
{
background-color: #B1A6FA;
}
.BgClassName
{
background-color: #B1A6FA;
}
</style>
border-color css
<style>
span { border-color: #B1A6FA; }
span { border-color: rgb(177,166,250); }
td.TdClassName
{
border-color: #B1A6FA;
}
.TagClassName
{
border-color: #B1A6FA;
}
</style>