Shades of Perano #B0BAFF
Tints of Perano #B0BAFF
RGB
CMYK
RGB Variations
Color information
#B0BAFF (or 0xB0BAFF) is known color: Perano. HEX triplet: B0, BA and FF. RGB value is (176,186,255). Sum of RGB (Red+Green+Blue) = 176+186+255=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BAFF is #4F4500. Grayscale: #BEBEBE. Windows color (decimal): -5195009 or 16759472. OLE color: 16759472.
HSL color Cylindrical-coordinate representation of color #B0BAFF: hue angle of 232.41º 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 #B0BAFF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 186 | 255 | - |
| CMYK | 0.31 | 0.27 | 0 | 0 |
| HSL | 232.41º | 1% | 0.85% | - |
| HSV(B) | 232.41º | 0.31% | 1% | - |
| XYZ | 53.51 | 51.57 | 101.74 | - |
| YUV | 190.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 255 | 0.31 | 0.27 | 0 | 0 | 232.41 | 1 | 0.85 |
| Hex | B0 | BA | FF | 1F | 1B | 0 | 0 | E8 | 64 | 55 |
| Octal | 260 | 272 | 377 | 37 | 33 | 0 | 0 | 350 | 144 | 125 |
| Binary | 10110000 | 10111010 | 11111111 | 11111 | 11011 | 0 | 0 | 11101000 | 1100100 | 1010101 |
Color Harmonies of #B0BAFF
Complementary color
Monochromatic Colors of #B0BAFF
Black with #B0BAFF
Text Example
Text Example
White with #B0BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BAFF; }
p { color: rgb(176,186,255); }
H1.HeaderClassName
{
color: #B0BAFF;
}
.AnyTagClassName
{
color: #B0BAFF;
}
</style>
background-color css
<style>
a { background-color: #B0BAFF; }
a { background-color: rgb(176,186,255); }
div.DivClassName
{
background-color: #B0BAFF;
}
.BgClassName
{
background-color: #B0BAFF;
}
</style>
border-color css
<style>
span { border-color: #B0BAFF; }
span { border-color: rgb(176,186,255); }
td.TdClassName
{
border-color: #B0BAFF;
}
.TagClassName
{
border-color: #B0BAFF;
}
</style>