Shades of Perano #B0B6FA
Tints of Perano #B0B6FA
RGB
CMYK
RGB Variations
Color information
#B0B6FA (or 0xB0B6FA) is known color: Perano. HEX triplet: B0, B6 and FA. RGB value is (176,182,250). Sum of RGB (Red+Green+Blue) = 176+182+250=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0B6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0B6FA is #4F4905. Grayscale: #BBBBBB. Windows color (decimal): -5196038 or 16430768. OLE color: 16430768.
HSL color Cylindrical-coordinate representation of color #B0B6FA: hue angle of 235.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0B6FA is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 182 | 250 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.02 |
| HSL | 235.14º | 0.88% | 0.84% | - |
| HSV(B) | 235.14º | 0.3% | 0.98% | - |
| XYZ | 51.89 | 49.59 | 97.28 | - |
| YUV | 187.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 182 | 250 | 0.30 | 0.27 | 0 | 0.02 | 235.14 | 0.88 | 0.84 |
| Hex | B0 | B6 | FA | 1E | 1B | 0 | 2 | EB | 58 | 54 |
| Octal | 260 | 266 | 372 | 36 | 33 | 0 | 2 | 353 | 130 | 124 |
| Binary | 10110000 | 10110110 | 11111010 | 11110 | 11011 | 0 | 10 | 11101011 | 1011000 | 1010100 |
Color Harmonies of #B0B6FA
Complementary color
Monochromatic Colors of #B0B6FA
Black with #B0B6FA
Text Example
Text Example
White with #B0B6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B6FA; }
p { color: rgb(176,182,250); }
H1.HeaderClassName
{
color: #B0B6FA;
}
.AnyTagClassName
{
color: #B0B6FA;
}
</style>
background-color css
<style>
a { background-color: #B0B6FA; }
a { background-color: rgb(176,182,250); }
div.DivClassName
{
background-color: #B0B6FA;
}
.BgClassName
{
background-color: #B0B6FA;
}
</style>
border-color css
<style>
span { border-color: #B0B6FA; }
span { border-color: rgb(176,182,250); }
td.TdClassName
{
border-color: #B0B6FA;
}
.TagClassName
{
border-color: #B0B6FA;
}
</style>