Shades of Perano #B2B6EC
Tints of Perano #B2B6EC
RGB
CMYK
RGB Variations
Color information
#B2B6EC (or 0xB2B6EC) is known color: Perano. HEX triplet: B2, B6 and EC. RGB value is (178,182,236). Sum of RGB (Red+Green+Blue) = 178+182+236=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2B6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B6EC is #4D4913. Grayscale: #BABABA. Windows color (decimal): -5064980 or 15513266. OLE color: 15513266.
HSL color Cylindrical-coordinate representation of color #B2B6EC: hue angle of 235.86º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B6EC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 182 | 236 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.07 |
| HSL | 235.86º | 0.6% | 0.81% | - |
| HSV(B) | 235.86º | 0.25% | 0.93% | - |
| XYZ | 50.23 | 48.98 | 86.16 | - |
| YUV | 186.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 236 | 0.25 | 0.23 | 0 | 0.07 | 235.86 | 0.6 | 0.81 |
| Hex | B2 | B6 | EC | 19 | 17 | 0 | 7 | EC | 3C | 51 |
| Octal | 262 | 266 | 354 | 31 | 27 | 0 | 7 | 354 | 74 | 121 |
| Binary | 10110010 | 10110110 | 11101100 | 11001 | 10111 | 0 | 111 | 11101100 | 111100 | 1010001 |
Color Harmonies of #B2B6EC
Complementary color
Monochromatic Colors of #B2B6EC
Black with #B2B6EC
Text Example
Text Example
White with #B2B6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B6EC; }
p { color: rgb(178,182,236); }
H1.HeaderClassName
{
color: #B2B6EC;
}
.AnyTagClassName
{
color: #B2B6EC;
}
</style>
background-color css
<style>
a { background-color: #B2B6EC; }
a { background-color: rgb(178,182,236); }
div.DivClassName
{
background-color: #B2B6EC;
}
.BgClassName
{
background-color: #B2B6EC;
}
</style>
border-color css
<style>
span { border-color: #B2B6EC; }
span { border-color: rgb(178,182,236); }
td.TdClassName
{
border-color: #B2B6EC;
}
.TagClassName
{
border-color: #B2B6EC;
}
</style>