Shades of Perano #B2B1FE
Tints of Perano #B2B1FE
RGB
CMYK
RGB Variations
Color information
#B2B1FE (or 0xB2B1FE) is known color: Perano. HEX triplet: B2, B1 and FE. RGB value is (178,177,254). Sum of RGB (Red+Green+Blue) = 178+177+254=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2B1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2B1FE is #4D4E01. Grayscale: #B9B9B9. Windows color (decimal): -5066242 or 16691634. OLE color: 16691634.
HSL color Cylindrical-coordinate representation of color #B2B1FE: hue angle of 240.78º 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 #B2B1FE is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 177 | 254 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.00 |
| HSL | 240.78º | 0.97% | 0.85% | - |
| HSV(B) | 240.78º | 0.3% | 1% | - |
| XYZ | 51.97 | 48.07 | 100.3 | - |
| YUV | 186.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 254 | 0.30 | 0.30 | 0 | 0.00 | 240.78 | 0.97 | 0.85 |
| Hex | B2 | B1 | FE | 1E | 1E | 0 | 0 | F1 | 61 | 55 |
| Octal | 262 | 261 | 376 | 36 | 36 | 0 | 0 | 361 | 141 | 125 |
| Binary | 10110010 | 10110001 | 11111110 | 11110 | 11110 | 0 | 0 | 11110001 | 1100001 | 1010101 |
Color Harmonies of #B2B1FE
Complementary color
Monochromatic Colors of #B2B1FE
Black with #B2B1FE
Text Example
Text Example
White with #B2B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B1FE; }
p { color: rgb(178,177,254); }
H1.HeaderClassName
{
color: #B2B1FE;
}
.AnyTagClassName
{
color: #B2B1FE;
}
</style>
background-color css
<style>
a { background-color: #B2B1FE; }
a { background-color: rgb(178,177,254); }
div.DivClassName
{
background-color: #B2B1FE;
}
.BgClassName
{
background-color: #B2B1FE;
}
</style>
border-color css
<style>
span { border-color: #B2B1FE; }
span { border-color: rgb(178,177,254); }
td.TdClassName
{
border-color: #B2B1FE;
}
.TagClassName
{
border-color: #B2B1FE;
}
</style>