Shades of Perano #B2B3FF
Tints of Perano #B2B3FF
RGB
CMYK
RGB Variations
Color information
#B2B3FF (or 0xB2B3FF) is known color: Perano. HEX triplet: B2, B3 and FF. RGB value is (178,179,255). Sum of RGB (Red+Green+Blue) = 178+179+255=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2B3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2B3FF is #4D4C00. Grayscale: #BBBBBB. Windows color (decimal): -5065729 or 16757682. OLE color: 16757682.
HSL color Cylindrical-coordinate representation of color #B2B3FF: hue angle of 239.22º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2B3FF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 179 | 255 | - |
| CMYK | 0.30 | 0.30 | 0 | 0 |
| HSL | 239.22º | 1% | 0.85% | - |
| HSV(B) | 239.22º | 0.3% | 1% | - |
| XYZ | 52.53 | 48.93 | 101.28 | - |
| YUV | 187.37 | 166.17 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 255 | 0.30 | 0.30 | 0 | 0 | 239.22 | 1 | 0.85 |
| Hex | B2 | B3 | FF | 1E | 1E | 0 | 0 | EF | 64 | 55 |
| Octal | 262 | 263 | 377 | 36 | 36 | 0 | 0 | 357 | 144 | 125 |
| Binary | 10110010 | 10110011 | 11111111 | 11110 | 11110 | 0 | 0 | 11101111 | 1100100 | 1010101 |
Color Harmonies of #B2B3FF
Complementary color
Monochromatic Colors of #B2B3FF
Black with #B2B3FF
Text Example
Text Example
White with #B2B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B3FF; }
p { color: rgb(178,179,255); }
H1.HeaderClassName
{
color: #B2B3FF;
}
.AnyTagClassName
{
color: #B2B3FF;
}
</style>
background-color css
<style>
a { background-color: #B2B3FF; }
a { background-color: rgb(178,179,255); }
div.DivClassName
{
background-color: #B2B3FF;
}
.BgClassName
{
background-color: #B2B3FF;
}
</style>
border-color css
<style>
span { border-color: #B2B3FF; }
span { border-color: rgb(178,179,255); }
td.TdClassName
{
border-color: #B2B3FF;
}
.TagClassName
{
border-color: #B2B3FF;
}
</style>