Shades of Perano #B2BAFF
Tints of Perano #B2BAFF
RGB
CMYK
RGB Variations
Color information
#B2BAFF (or 0xB2BAFF) is known color: Perano. HEX triplet: B2, BA and FF. RGB value is (178,186,255). Sum of RGB (Red+Green+Blue) = 178+186+255=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #B2BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BAFF is #4D4500. Grayscale: #BFBFBF. Windows color (decimal): -5063937 or 16759474. OLE color: 16759474.
HSL color Cylindrical-coordinate representation of color #B2BAFF: hue angle of 233.77º 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 #B2BAFF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 186 | 255 | - |
| CMYK | 0.30 | 0.27 | 0 | 0 |
| HSL | 233.77º | 1% | 0.85% | - |
| HSV(B) | 233.77º | 0.3% | 1% | - |
| XYZ | 53.97 | 51.8 | 101.76 | - |
| YUV | 191.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 255 | 0.30 | 0.27 | 0 | 0 | 233.77 | 1 | 0.85 |
| Hex | B2 | BA | FF | 1E | 1B | 0 | 0 | EA | 64 | 55 |
| Octal | 262 | 272 | 377 | 36 | 33 | 0 | 0 | 352 | 144 | 125 |
| Binary | 10110010 | 10111010 | 11111111 | 11110 | 11011 | 0 | 0 | 11101010 | 1100100 | 1010101 |
Color Harmonies of #B2BAFF
Complementary color
Monochromatic Colors of #B2BAFF
Black with #B2BAFF
Text Example
Text Example
White with #B2BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAFF; }
p { color: rgb(178,186,255); }
H1.HeaderClassName
{
color: #B2BAFF;
}
.AnyTagClassName
{
color: #B2BAFF;
}
</style>
background-color css
<style>
a { background-color: #B2BAFF; }
a { background-color: rgb(178,186,255); }
div.DivClassName
{
background-color: #B2BAFF;
}
.BgClassName
{
background-color: #B2BAFF;
}
</style>
border-color css
<style>
span { border-color: #B2BAFF; }
span { border-color: rgb(178,186,255); }
td.TdClassName
{
border-color: #B2BAFF;
}
.TagClassName
{
border-color: #B2BAFF;
}
</style>