Shades of Perano #B5B5EC
Tints of Perano #B5B5EC
RGB
CMYK
RGB Variations
Color information
#B5B5EC (or 0xB5B5EC) is known color: Perano. HEX triplet: B5, B5 and EC. RGB value is (181,181,236). Sum of RGB (Red+Green+Blue) = 181+181+236=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B5EC is #4A4A13. Grayscale: #BBBBBB. Windows color (decimal): -4868628 or 15513013. OLE color: 15513013.
HSL color Cylindrical-coordinate representation of color #B5B5EC: hue angle of 240º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5B5EC is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 181 | 236 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.07 |
| HSL | 240º | 0.59% | 0.82% | - |
| HSV(B) | 240º | 0.23% | 0.93% | - |
| XYZ | 50.72 | 48.93 | 86.13 | - |
| YUV | 187.27 | 155.5 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 181 | 236 | 0.23 | 0.23 | 0 | 0.07 | 240 | 0.59 | 0.82 |
| Hex | B5 | B5 | EC | 17 | 17 | 0 | 7 | F0 | 3B | 52 |
| Octal | 265 | 265 | 354 | 27 | 27 | 0 | 7 | 360 | 73 | 122 |
| Binary | 10110101 | 10110101 | 11101100 | 10111 | 10111 | 0 | 111 | 11110000 | 111011 | 1010010 |
Color Harmonies of #B5B5EC
Complementary color
Monochromatic Colors of #B5B5EC
Black with #B5B5EC
Text Example
Text Example
White with #B5B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B5EC; }
p { color: rgb(181,181,236); }
H1.HeaderClassName
{
color: #B5B5EC;
}
.AnyTagClassName
{
color: #B5B5EC;
}
</style>
background-color css
<style>
a { background-color: #B5B5EC; }
a { background-color: rgb(181,181,236); }
div.DivClassName
{
background-color: #B5B5EC;
}
.BgClassName
{
background-color: #B5B5EC;
}
</style>
border-color css
<style>
span { border-color: #B5B5EC; }
span { border-color: rgb(181,181,236); }
td.TdClassName
{
border-color: #B5B5EC;
}
.TagClassName
{
border-color: #B5B5EC;
}
</style>