Shades of Perano #B1A4FF
Tints of Perano #B1A4FF
RGB
CMYK
RGB Variations
Color information
#B1A4FF (or 0xB1A4FF) is known color: Perano. HEX triplet: B1, A4 and FF. RGB value is (177,164,255). Sum of RGB (Red+Green+Blue) = 177+164+255=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1A4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A4FF is #4E5B00. Grayscale: #B1B1B1. Windows color (decimal): -5135105 or 16753841. OLE color: 16753841.
HSL color Cylindrical-coordinate representation of color #B1A4FF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1A4FF is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 164 | 255 | - |
| CMYK | 0.31 | 0.36 | 0 | 0 |
| HSL | 248.57º | 1% | 0.82% | - |
| HSV(B) | 248.57º | 0.36% | 1% | - |
| XYZ | 49.46 | 43.12 | 100.32 | - |
| YUV | 178.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 255 | 0.31 | 0.36 | 0 | 0 | 248.57 | 1 | 0.82 |
| Hex | B1 | A4 | FF | 1F | 24 | 0 | 0 | F9 | 64 | 52 |
| Octal | 261 | 244 | 377 | 37 | 44 | 0 | 0 | 371 | 144 | 122 |
| Binary | 10110001 | 10100100 | 11111111 | 11111 | 100100 | 0 | 0 | 11111001 | 1100100 | 1010010 |
Color Harmonies of #B1A4FF
Complementary color
Monochromatic Colors of #B1A4FF
Black with #B1A4FF
Text Example
Text Example
White with #B1A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A4FF; }
p { color: rgb(177,164,255); }
H1.HeaderClassName
{
color: #B1A4FF;
}
.AnyTagClassName
{
color: #B1A4FF;
}
</style>
background-color css
<style>
a { background-color: #B1A4FF; }
a { background-color: rgb(177,164,255); }
div.DivClassName
{
background-color: #B1A4FF;
}
.BgClassName
{
background-color: #B1A4FF;
}
</style>
border-color css
<style>
span { border-color: #B1A4FF; }
span { border-color: rgb(177,164,255); }
td.TdClassName
{
border-color: #B1A4FF;
}
.TagClassName
{
border-color: #B1A4FF;
}
</style>