Shades of Perano #B4B3EC
Tints of Perano #B4B3EC
RGB
CMYK
RGB Variations
Color information
#B4B3EC (or 0xB4B3EC) is known color: Perano. HEX triplet: B4, B3 and EC. RGB value is (180,179,236). Sum of RGB (Red+Green+Blue) = 180+179+236=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 179 (70.31% from 255 or 30.08% 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 #B4B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B3EC is #4B4C13. Grayscale: #B9B9B9. Windows color (decimal): -4934676 or 15512500. OLE color: 15512500.
HSL color Cylindrical-coordinate representation of color #B4B3EC: hue angle of 241.05º 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 #B4B3EC is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 179 | 236 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.07 |
| HSL | 241.05º | 0.6% | 0.81% | - |
| HSV(B) | 241.05º | 0.24% | 0.93% | - |
| XYZ | 50.08 | 48 | 85.98 | - |
| YUV | 185.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 236 | 0.24 | 0.24 | 0 | 0.07 | 241.05 | 0.6 | 0.81 |
| Hex | B4 | B3 | EC | 18 | 18 | 0 | 7 | F1 | 3C | 51 |
| Octal | 264 | 263 | 354 | 30 | 30 | 0 | 7 | 361 | 74 | 121 |
| Binary | 10110100 | 10110011 | 11101100 | 11000 | 11000 | 0 | 111 | 11110001 | 111100 | 1010001 |
Color Harmonies of #B4B3EC
Complementary color
Monochromatic Colors of #B4B3EC
Black with #B4B3EC
Text Example
Text Example
White with #B4B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B3EC; }
p { color: rgb(180,179,236); }
H1.HeaderClassName
{
color: #B4B3EC;
}
.AnyTagClassName
{
color: #B4B3EC;
}
</style>
background-color css
<style>
a { background-color: #B4B3EC; }
a { background-color: rgb(180,179,236); }
div.DivClassName
{
background-color: #B4B3EC;
}
.BgClassName
{
background-color: #B4B3EC;
}
</style>
border-color css
<style>
span { border-color: #B4B3EC; }
span { border-color: rgb(180,179,236); }
td.TdClassName
{
border-color: #B4B3EC;
}
.TagClassName
{
border-color: #B4B3EC;
}
</style>