Shades of Perano #B1B3EF
Tints of Perano #B1B3EF
RGB
CMYK
RGB Variations
Color information
#B1B3EF (or 0xB1B3EF) is known color: Perano. HEX triplet: B1, B3 and EF. RGB value is (177,179,239). Sum of RGB (Red+Green+Blue) = 177+179+239=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1B3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B3EF is #4E4C10. Grayscale: #B9B9B9. Windows color (decimal): -5131281 or 15709105. OLE color: 15709105.
HSL color Cylindrical-coordinate representation of color #B1B3EF: hue angle of 238.06º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1B3EF is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 179 | 239 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.06 |
| HSL | 238.06º | 0.66% | 0.82% | - |
| HSV(B) | 238.06º | 0.26% | 0.94% | - |
| XYZ | 49.83 | 47.82 | 88.27 | - |
| YUV | 185.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 179 | 239 | 0.26 | 0.25 | 0 | 0.06 | 238.06 | 0.66 | 0.82 |
| Hex | B1 | B3 | EF | 1A | 19 | 0 | 6 | EE | 42 | 52 |
| Octal | 261 | 263 | 357 | 32 | 31 | 0 | 6 | 356 | 102 | 122 |
| Binary | 10110001 | 10110011 | 11101111 | 11010 | 11001 | 0 | 110 | 11101110 | 1000010 | 1010010 |
Color Harmonies of #B1B3EF
Complementary color
Monochromatic Colors of #B1B3EF
Black with #B1B3EF
Text Example
Text Example
White with #B1B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B3EF; }
p { color: rgb(177,179,239); }
H1.HeaderClassName
{
color: #B1B3EF;
}
.AnyTagClassName
{
color: #B1B3EF;
}
</style>
background-color css
<style>
a { background-color: #B1B3EF; }
a { background-color: rgb(177,179,239); }
div.DivClassName
{
background-color: #B1B3EF;
}
.BgClassName
{
background-color: #B1B3EF;
}
</style>
border-color css
<style>
span { border-color: #B1B3EF; }
span { border-color: rgb(177,179,239); }
td.TdClassName
{
border-color: #B1B3EF;
}
.TagClassName
{
border-color: #B1B3EF;
}
</style>