Shades of Perano #B4B1FE
Tints of Perano #B4B1FE
RGB
CMYK
RGB Variations
Color information
#B4B1FE (or 0xB4B1FE) is known color: Perano. HEX triplet: B4, B1 and FE. RGB value is (180,177,254). Sum of RGB (Red+Green+Blue) = 180+177+254=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4B1FE is #4B4E01. Grayscale: #BABABA. Windows color (decimal): -4935170 or 16691636. OLE color: 16691636.
HSL color Cylindrical-coordinate representation of color #B4B1FE: hue angle of 242.34º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4B1FE is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 177 | 254 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.00 |
| HSL | 242.34º | 0.97% | 0.85% | - |
| HSV(B) | 242.34º | 0.3% | 1% | - |
| XYZ | 52.43 | 48.3 | 100.33 | - |
| YUV | 186.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 254 | 0.29 | 0.30 | 0 | 0.00 | 242.34 | 0.97 | 0.85 |
| Hex | B4 | B1 | FE | 1D | 1E | 0 | 0 | F2 | 61 | 55 |
| Octal | 264 | 261 | 376 | 35 | 36 | 0 | 0 | 362 | 141 | 125 |
| Binary | 10110100 | 10110001 | 11111110 | 11101 | 11110 | 0 | 0 | 11110010 | 1100001 | 1010101 |
Color Harmonies of #B4B1FE
Complementary color
Monochromatic Colors of #B4B1FE
Black with #B4B1FE
Text Example
Text Example
White with #B4B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B1FE; }
p { color: rgb(180,177,254); }
H1.HeaderClassName
{
color: #B4B1FE;
}
.AnyTagClassName
{
color: #B4B1FE;
}
</style>
background-color css
<style>
a { background-color: #B4B1FE; }
a { background-color: rgb(180,177,254); }
div.DivClassName
{
background-color: #B4B1FE;
}
.BgClassName
{
background-color: #B4B1FE;
}
</style>
border-color css
<style>
span { border-color: #B4B1FE; }
span { border-color: rgb(180,177,254); }
td.TdClassName
{
border-color: #B4B1FE;
}
.TagClassName
{
border-color: #B4B1FE;
}
</style>