Shades of Perano #B3BAFF
Tints of Perano #B3BAFF
RGB
CMYK
RGB Variations
Color information
#B3BAFF (or 0xB3BAFF) is known color: Perano. HEX triplet: B3, BA and FF. RGB value is (179,186,255). Sum of RGB (Red+Green+Blue) = 179+186+255=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BAFF is #4C4500. Grayscale: #BFBFBF. Windows color (decimal): -4998401 or 16759475. OLE color: 16759475.
HSL color Cylindrical-coordinate representation of color #B3BAFF: hue angle of 234.47º 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 #B3BAFF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 186 | 255 | - |
| CMYK | 0.30 | 0.27 | 0 | 0 |
| HSL | 234.47º | 1% | 0.85% | - |
| HSV(B) | 234.47º | 0.3% | 1% | - |
| XYZ | 54.2 | 51.92 | 101.77 | - |
| YUV | 191.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 255 | 0.30 | 0.27 | 0 | 0 | 234.47 | 1 | 0.85 |
| Hex | B3 | BA | FF | 1E | 1B | 0 | 0 | EA | 64 | 55 |
| Octal | 263 | 272 | 377 | 36 | 33 | 0 | 0 | 352 | 144 | 125 |
| Binary | 10110011 | 10111010 | 11111111 | 11110 | 11011 | 0 | 0 | 11101010 | 1100100 | 1010101 |
Color Harmonies of #B3BAFF
Complementary color
Monochromatic Colors of #B3BAFF
Black with #B3BAFF
Text Example
Text Example
White with #B3BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BAFF; }
p { color: rgb(179,186,255); }
H1.HeaderClassName
{
color: #B3BAFF;
}
.AnyTagClassName
{
color: #B3BAFF;
}
</style>
background-color css
<style>
a { background-color: #B3BAFF; }
a { background-color: rgb(179,186,255); }
div.DivClassName
{
background-color: #B3BAFF;
}
.BgClassName
{
background-color: #B3BAFF;
}
</style>
border-color css
<style>
span { border-color: #B3BAFF; }
span { border-color: rgb(179,186,255); }
td.TdClassName
{
border-color: #B3BAFF;
}
.TagClassName
{
border-color: #B3BAFF;
}
</style>