Shades of Perano #B1ABFC
Tints of Perano #B1ABFC
RGB
CMYK
RGB Variations
Color information
#B1ABFC (or 0xB1ABFC) is known color: Perano. HEX triplet: B1, AB and FC. RGB value is (177,171,252). Sum of RGB (Red+Green+Blue) = 177+171+252=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABFC is #4E5403. Grayscale: #B5B5B5. Windows color (decimal): -5133316 or 16559025. OLE color: 16559025.
HSL color Cylindrical-coordinate representation of color #B1ABFC: hue angle of 244.44º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1ABFC is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 171 | 252 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.01 |
| HSL | 244.44º | 0.93% | 0.83% | - |
| HSV(B) | 244.44º | 0.32% | 0.99% | - |
| XYZ | 50.27 | 45.5 | 98.23 | - |
| YUV | 182.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 252 | 0.30 | 0.32 | 0 | 0.01 | 244.44 | 0.93 | 0.83 |
| Hex | B1 | AB | FC | 1E | 20 | 0 | 1 | F4 | 5D | 53 |
| Octal | 261 | 253 | 374 | 36 | 40 | 0 | 1 | 364 | 135 | 123 |
| Binary | 10110001 | 10101011 | 11111100 | 11110 | 100000 | 0 | 1 | 11110100 | 1011101 | 1010011 |
Color Harmonies of #B1ABFC
Complementary color
Monochromatic Colors of #B1ABFC
Black with #B1ABFC
Text Example
Text Example
White with #B1ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ABFC; }
p { color: rgb(177,171,252); }
H1.HeaderClassName
{
color: #B1ABFC;
}
.AnyTagClassName
{
color: #B1ABFC;
}
</style>
background-color css
<style>
a { background-color: #B1ABFC; }
a { background-color: rgb(177,171,252); }
div.DivClassName
{
background-color: #B1ABFC;
}
.BgClassName
{
background-color: #B1ABFC;
}
</style>
border-color css
<style>
span { border-color: #B1ABFC; }
span { border-color: rgb(177,171,252); }
td.TdClassName
{
border-color: #B1ABFC;
}
.TagClassName
{
border-color: #B1ABFC;
}
</style>