Shades of Perano #B1A6FF
Tints of Perano #B1A6FF
RGB
CMYK
RGB Variations
Color information
#B1A6FF (or 0xB1A6FF) is known color: Perano. HEX triplet: B1, A6 and FF. RGB value is (177,166,255). Sum of RGB (Red+Green+Blue) = 177+166+255=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A6FF is #4E5900. Grayscale: #B3B3B3. Windows color (decimal): -5134593 or 16754353. OLE color: 16754353.
HSL color Cylindrical-coordinate representation of color #B1A6FF: hue angle of 247.42º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1A6FF is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 166 | 255 | - |
| CMYK | 0.31 | 0.35 | 0 | 0 |
| HSL | 247.42º | 1% | 0.83% | - |
| HSV(B) | 247.42º | 0.35% | 1% | - |
| XYZ | 49.82 | 43.84 | 100.44 | - |
| YUV | 179.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 255 | 0.31 | 0.35 | 0 | 0 | 247.42 | 1 | 0.83 |
| Hex | B1 | A6 | FF | 1F | 23 | 0 | 0 | F7 | 64 | 53 |
| Octal | 261 | 246 | 377 | 37 | 43 | 0 | 0 | 367 | 144 | 123 |
| Binary | 10110001 | 10100110 | 11111111 | 11111 | 100011 | 0 | 0 | 11110111 | 1100100 | 1010011 |
Color Harmonies of #B1A6FF
Complementary color
Monochromatic Colors of #B1A6FF
Black with #B1A6FF
Text Example
Text Example
White with #B1A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A6FF; }
p { color: rgb(177,166,255); }
H1.HeaderClassName
{
color: #B1A6FF;
}
.AnyTagClassName
{
color: #B1A6FF;
}
</style>
background-color css
<style>
a { background-color: #B1A6FF; }
a { background-color: rgb(177,166,255); }
div.DivClassName
{
background-color: #B1A6FF;
}
.BgClassName
{
background-color: #B1A6FF;
}
</style>
border-color css
<style>
span { border-color: #B1A6FF; }
span { border-color: rgb(177,166,255); }
td.TdClassName
{
border-color: #B1A6FF;
}
.TagClassName
{
border-color: #B1A6FF;
}
</style>