Shades of Perano #B0B3FF
Tints of Perano #B0B3FF
RGB
CMYK
RGB Variations
Color information
#B0B3FF (or 0xB0B3FF) is known color: Perano. HEX triplet: B0, B3 and FF. RGB value is (176,179,255). Sum of RGB (Red+Green+Blue) = 176+179+255=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0B3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B3FF is #4F4C00. Grayscale: #BABABA. Windows color (decimal): -5196801 or 16757680. OLE color: 16757680.
HSL color Cylindrical-coordinate representation of color #B0B3FF: hue angle of 237.72º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0B3FF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 179 | 255 | - |
| CMYK | 0.31 | 0.30 | 0 | 0 |
| HSL | 237.72º | 1% | 0.85% | - |
| HSV(B) | 237.72º | 0.31% | 1% | - |
| XYZ | 52.07 | 48.69 | 101.26 | - |
| YUV | 186.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 255 | 0.31 | 0.30 | 0 | 0 | 237.72 | 1 | 0.85 |
| Hex | B0 | B3 | FF | 1F | 1E | 0 | 0 | EE | 64 | 55 |
| Octal | 260 | 263 | 377 | 37 | 36 | 0 | 0 | 356 | 144 | 125 |
| Binary | 10110000 | 10110011 | 11111111 | 11111 | 11110 | 0 | 0 | 11101110 | 1100100 | 1010101 |
Color Harmonies of #B0B3FF
Complementary color
Monochromatic Colors of #B0B3FF
Black with #B0B3FF
Text Example
Text Example
White with #B0B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B3FF; }
p { color: rgb(176,179,255); }
H1.HeaderClassName
{
color: #B0B3FF;
}
.AnyTagClassName
{
color: #B0B3FF;
}
</style>
background-color css
<style>
a { background-color: #B0B3FF; }
a { background-color: rgb(176,179,255); }
div.DivClassName
{
background-color: #B0B3FF;
}
.BgClassName
{
background-color: #B0B3FF;
}
</style>
border-color css
<style>
span { border-color: #B0B3FF; }
span { border-color: rgb(176,179,255); }
td.TdClassName
{
border-color: #B0B3FF;
}
.TagClassName
{
border-color: #B0B3FF;
}
</style>