Shades of Perano #B1A5FE
Tints of Perano #B1A5FE
RGB
CMYK
RGB Variations
Color information
#B1A5FE (or 0xB1A5FE) is known color: Perano. HEX triplet: B1, A5 and FE. RGB value is (177,165,254). Sum of RGB (Red+Green+Blue) = 177+165+254=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1A5FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A5FE is #4E5A01. Grayscale: #B2B2B2. Windows color (decimal): -5134850 or 16688561. OLE color: 16688561.
HSL color Cylindrical-coordinate representation of color #B1A5FE: hue angle of 248.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1A5FE is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 165 | 254 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.00 |
| HSL | 248.09º | 0.98% | 0.82% | - |
| HSV(B) | 248.09º | 0.35% | 1% | - |
| XYZ | 49.48 | 43.41 | 99.54 | - |
| YUV | 178.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 254 | 0.30 | 0.35 | 0 | 0.00 | 248.09 | 0.98 | 0.82 |
| Hex | B1 | A5 | FE | 1E | 23 | 0 | 0 | F8 | 62 | 52 |
| Octal | 261 | 245 | 376 | 36 | 43 | 0 | 0 | 370 | 142 | 122 |
| Binary | 10110001 | 10100101 | 11111110 | 11110 | 100011 | 0 | 0 | 11111000 | 1100010 | 1010010 |
Color Harmonies of #B1A5FE
Complementary color
Monochromatic Colors of #B1A5FE
Black with #B1A5FE
Text Example
Text Example
White with #B1A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A5FE; }
p { color: rgb(177,165,254); }
H1.HeaderClassName
{
color: #B1A5FE;
}
.AnyTagClassName
{
color: #B1A5FE;
}
</style>
background-color css
<style>
a { background-color: #B1A5FE; }
a { background-color: rgb(177,165,254); }
div.DivClassName
{
background-color: #B1A5FE;
}
.BgClassName
{
background-color: #B1A5FE;
}
</style>
border-color css
<style>
span { border-color: #B1A5FE; }
span { border-color: rgb(177,165,254); }
td.TdClassName
{
border-color: #B1A5FE;
}
.TagClassName
{
border-color: #B1A5FE;
}
</style>