Shades of Perano #B4B7EA
Tints of Perano #B4B7EA
RGB
CMYK
RGB Variations
Color information
#B4B7EA (or 0xB4B7EA) is known color: Perano. HEX triplet: B4, B7 and EA. RGB value is (180,183,234). Sum of RGB (Red+Green+Blue) = 180+183+234=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4B7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B7EA is #4B4815. Grayscale: #BBBBBB. Windows color (decimal): -4933654 or 15382452. OLE color: 15382452.
HSL color Cylindrical-coordinate representation of color #B4B7EA: hue angle of 236.67º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4B7EA is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 183 | 234 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.08 |
| HSL | 236.67º | 0.56% | 0.81% | - |
| HSV(B) | 236.67º | 0.23% | 0.92% | - |
| XYZ | 50.61 | 49.51 | 84.73 | - |
| YUV | 187.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 183 | 234 | 0.23 | 0.22 | 0 | 0.08 | 236.67 | 0.56 | 0.81 |
| Hex | B4 | B7 | EA | 17 | 16 | 0 | 8 | ED | 38 | 51 |
| Octal | 264 | 267 | 352 | 27 | 26 | 0 | 10 | 355 | 70 | 121 |
| Binary | 10110100 | 10110111 | 11101010 | 10111 | 10110 | 0 | 1000 | 11101101 | 111000 | 1010001 |
Color Harmonies of #B4B7EA
Complementary color
Monochromatic Colors of #B4B7EA
Black with #B4B7EA
Text Example
Text Example
White with #B4B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B7EA; }
p { color: rgb(180,183,234); }
H1.HeaderClassName
{
color: #B4B7EA;
}
.AnyTagClassName
{
color: #B4B7EA;
}
</style>
background-color css
<style>
a { background-color: #B4B7EA; }
a { background-color: rgb(180,183,234); }
div.DivClassName
{
background-color: #B4B7EA;
}
.BgClassName
{
background-color: #B4B7EA;
}
</style>
border-color css
<style>
span { border-color: #B4B7EA; }
span { border-color: rgb(180,183,234); }
td.TdClassName
{
border-color: #B4B7EA;
}
.TagClassName
{
border-color: #B4B7EA;
}
</style>