Shades of Perano #B1B6EB
Tints of Perano #B1B6EB
RGB
CMYK
RGB Variations
Color information
#B1B6EB (or 0xB1B6EB) is known color: Perano. HEX triplet: B1, B6 and EB. RGB value is (177,182,235). Sum of RGB (Red+Green+Blue) = 177+182+235=594 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.80% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1B6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B6EB is #4E4914. Grayscale: #BABABA. Windows color (decimal): -5130517 or 15447729. OLE color: 15447729.
HSL color Cylindrical-coordinate representation of color #B1B6EB: hue angle of 234.83º 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 #B1B6EB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 182 | 235 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.08 |
| HSL | 234.83º | 0.59% | 0.81% | - |
| HSV(B) | 234.83º | 0.25% | 0.92% | - |
| XYZ | 49.85 | 48.8 | 85.39 | - |
| YUV | 186.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 182 | 235 | 0.25 | 0.23 | 0 | 0.08 | 234.83 | 0.59 | 0.81 |
| Hex | B1 | B6 | EB | 19 | 17 | 0 | 8 | EB | 3B | 51 |
| Octal | 261 | 266 | 353 | 31 | 27 | 0 | 10 | 353 | 73 | 121 |
| Binary | 10110001 | 10110110 | 11101011 | 11001 | 10111 | 0 | 1000 | 11101011 | 111011 | 1010001 |
Color Harmonies of #B1B6EB
Complementary color
Monochromatic Colors of #B1B6EB
Black with #B1B6EB
Text Example
Text Example
White with #B1B6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B6EB; }
p { color: rgb(177,182,235); }
H1.HeaderClassName
{
color: #B1B6EB;
}
.AnyTagClassName
{
color: #B1B6EB;
}
</style>
background-color css
<style>
a { background-color: #B1B6EB; }
a { background-color: rgb(177,182,235); }
div.DivClassName
{
background-color: #B1B6EB;
}
.BgClassName
{
background-color: #B1B6EB;
}
</style>
border-color css
<style>
span { border-color: #B1B6EB; }
span { border-color: rgb(177,182,235); }
td.TdClassName
{
border-color: #B1B6EB;
}
.TagClassName
{
border-color: #B1B6EB;
}
</style>