Shades of Perano #B0BAFA
Tints of Perano #B0BAFA
RGB
CMYK
RGB Variations
Color information
#B0BAFA (or 0xB0BAFA) is known color: Perano. HEX triplet: B0, BA and FA. RGB value is (176,186,250). Sum of RGB (Red+Green+Blue) = 176+186+250=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BAFA is #4F4505. Grayscale: #BEBEBE. Windows color (decimal): -5195014 or 16431792. OLE color: 16431792.
HSL color Cylindrical-coordinate representation of color #B0BAFA: hue angle of 231.89º 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 #B0BAFA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 186 | 250 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.02 |
| HSL | 231.89º | 0.88% | 0.84% | - |
| HSV(B) | 231.89º | 0.3% | 0.98% | - |
| XYZ | 52.72 | 51.25 | 97.56 | - |
| YUV | 190.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 250 | 0.30 | 0.26 | 0 | 0.02 | 231.89 | 0.88 | 0.84 |
| Hex | B0 | BA | FA | 1E | 1A | 0 | 2 | E8 | 58 | 54 |
| Octal | 260 | 272 | 372 | 36 | 32 | 0 | 2 | 350 | 130 | 124 |
| Binary | 10110000 | 10111010 | 11111010 | 11110 | 11010 | 0 | 10 | 11101000 | 1011000 | 1010100 |
Color Harmonies of #B0BAFA
Complementary color
Monochromatic Colors of #B0BAFA
Black with #B0BAFA
Text Example
Text Example
White with #B0BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BAFA; }
p { color: rgb(176,186,250); }
H1.HeaderClassName
{
color: #B0BAFA;
}
.AnyTagClassName
{
color: #B0BAFA;
}
</style>
background-color css
<style>
a { background-color: #B0BAFA; }
a { background-color: rgb(176,186,250); }
div.DivClassName
{
background-color: #B0BAFA;
}
.BgClassName
{
background-color: #B0BAFA;
}
</style>
border-color css
<style>
span { border-color: #B0BAFA; }
span { border-color: rgb(176,186,250); }
td.TdClassName
{
border-color: #B0BAFA;
}
.TagClassName
{
border-color: #B0BAFA;
}
</style>