Shades of Perano #B3B4EC
Tints of Perano #B3B4EC
RGB
CMYK
RGB Variations
Color information
#B3B4EC (or 0xB3B4EC) is known color: Perano. HEX triplet: B3, B4 and EC. RGB value is (179,180,236). Sum of RGB (Red+Green+Blue) = 179+180+236=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3B4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B4EC is #4C4B13. Grayscale: #B9B9B9. Windows color (decimal): -4999956 or 15512755. OLE color: 15512755.
HSL color Cylindrical-coordinate representation of color #B3B4EC: hue angle of 238.95º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3B4EC is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 180 | 236 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.07 |
| HSL | 238.95º | 0.6% | 0.81% | - |
| HSV(B) | 238.95º | 0.24% | 0.93% | - |
| XYZ | 50.05 | 48.28 | 86.04 | - |
| YUV | 186.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 180 | 236 | 0.24 | 0.24 | 0 | 0.07 | 238.95 | 0.6 | 0.81 |
| Hex | B3 | B4 | EC | 18 | 18 | 0 | 7 | EF | 3C | 51 |
| Octal | 263 | 264 | 354 | 30 | 30 | 0 | 7 | 357 | 74 | 121 |
| Binary | 10110011 | 10110100 | 11101100 | 11000 | 11000 | 0 | 111 | 11101111 | 111100 | 1010001 |
Color Harmonies of #B3B4EC
Complementary color
Monochromatic Colors of #B3B4EC
Black with #B3B4EC
Text Example
Text Example
White with #B3B4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B4EC; }
p { color: rgb(179,180,236); }
H1.HeaderClassName
{
color: #B3B4EC;
}
.AnyTagClassName
{
color: #B3B4EC;
}
</style>
background-color css
<style>
a { background-color: #B3B4EC; }
a { background-color: rgb(179,180,236); }
div.DivClassName
{
background-color: #B3B4EC;
}
.BgClassName
{
background-color: #B3B4EC;
}
</style>
border-color css
<style>
span { border-color: #B3B4EC; }
span { border-color: rgb(179,180,236); }
td.TdClassName
{
border-color: #B3B4EC;
}
.TagClassName
{
border-color: #B3B4EC;
}
</style>