Shades of Perano #B1B1EB
Tints of Perano #B1B1EB
RGB
CMYK
RGB Variations
Color information
#B1B1EB (or 0xB1B1EB) is known color: Perano. HEX triplet: B1, B1 and EB. RGB value is (177,177,235). Sum of RGB (Red+Green+Blue) = 177+177+235=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1B1EB is #4E4E14. Grayscale: #B7B7B7. Windows color (decimal): -5131797 or 15446449. OLE color: 15446449.
HSL color Cylindrical-coordinate representation of color #B1B1EB: hue angle of 240º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1B1EB is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 177 | 235 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.08 |
| HSL | 240º | 0.59% | 0.81% | - |
| HSV(B) | 240º | 0.25% | 0.92% | - |
| XYZ | 48.85 | 46.79 | 85.05 | - |
| YUV | 183.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 235 | 0.25 | 0.25 | 0 | 0.08 | 240 | 0.59 | 0.81 |
| Hex | B1 | B1 | EB | 19 | 19 | 0 | 8 | F0 | 3B | 51 |
| Octal | 261 | 261 | 353 | 31 | 31 | 0 | 10 | 360 | 73 | 121 |
| Binary | 10110001 | 10110001 | 11101011 | 11001 | 11001 | 0 | 1000 | 11110000 | 111011 | 1010001 |
Color Harmonies of #B1B1EB
Complementary color
Monochromatic Colors of #B1B1EB
Black with #B1B1EB
Text Example
Text Example
White with #B1B1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B1EB; }
p { color: rgb(177,177,235); }
H1.HeaderClassName
{
color: #B1B1EB;
}
.AnyTagClassName
{
color: #B1B1EB;
}
</style>
background-color css
<style>
a { background-color: #B1B1EB; }
a { background-color: rgb(177,177,235); }
div.DivClassName
{
background-color: #B1B1EB;
}
.BgClassName
{
background-color: #B1B1EB;
}
</style>
border-color css
<style>
span { border-color: #B1B1EB; }
span { border-color: rgb(177,177,235); }
td.TdClassName
{
border-color: #B1B1EB;
}
.TagClassName
{
border-color: #B1B1EB;
}
</style>