Shades of Perano #B4B7EC
Tints of Perano #B4B7EC
RGB
CMYK
RGB Variations
Color information
#B4B7EC (or 0xB4B7EC) is known color: Perano. HEX triplet: B4, B7 and EC. RGB value is (180,183,236). Sum of RGB (Red+Green+Blue) = 180+183+236=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B7EC is #4B4813. Grayscale: #BBBBBB. Windows color (decimal): -4933652 or 15513524. OLE color: 15513524.
HSL color Cylindrical-coordinate representation of color #B4B7EC: hue angle of 236.79º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4B7EC is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 183 | 236 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.07 |
| HSL | 236.79º | 0.6% | 0.82% | - |
| HSV(B) | 236.79º | 0.24% | 0.93% | - |
| XYZ | 50.9 | 49.63 | 86.25 | - |
| YUV | 188.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 183 | 236 | 0.24 | 0.22 | 0 | 0.07 | 236.79 | 0.6 | 0.82 |
| Hex | B4 | B7 | EC | 18 | 16 | 0 | 7 | ED | 3C | 52 |
| Octal | 264 | 267 | 354 | 30 | 26 | 0 | 7 | 355 | 74 | 122 |
| Binary | 10110100 | 10110111 | 11101100 | 11000 | 10110 | 0 | 111 | 11101101 | 111100 | 1010010 |
Color Harmonies of #B4B7EC
Complementary color
Monochromatic Colors of #B4B7EC
Black with #B4B7EC
Text Example
Text Example
White with #B4B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B7EC; }
p { color: rgb(180,183,236); }
H1.HeaderClassName
{
color: #B4B7EC;
}
.AnyTagClassName
{
color: #B4B7EC;
}
</style>
background-color css
<style>
a { background-color: #B4B7EC; }
a { background-color: rgb(180,183,236); }
div.DivClassName
{
background-color: #B4B7EC;
}
.BgClassName
{
background-color: #B4B7EC;
}
</style>
border-color css
<style>
span { border-color: #B4B7EC; }
span { border-color: rgb(180,183,236); }
td.TdClassName
{
border-color: #B4B7EC;
}
.TagClassName
{
border-color: #B4B7EC;
}
</style>