Shades of Perano #B3BBFA
Tints of Perano #B3BBFA
RGB
CMYK
RGB Variations
Color information
#B3BBFA (or 0xB3BBFA) is known color: Perano. HEX triplet: B3, BB and FA. RGB value is (179,187,250). Sum of RGB (Red+Green+Blue) = 179+187+250=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBFA is #4C4405. Grayscale: #BFBFBF. Windows color (decimal): -4998150 or 16432051. OLE color: 16432051.
HSL color Cylindrical-coordinate representation of color #B3BBFA: hue angle of 233.24º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3BBFA is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 187 | 250 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.02 |
| HSL | 233.24º | 0.88% | 0.84% | - |
| HSV(B) | 233.24º | 0.28% | 0.98% | - |
| XYZ | 53.62 | 52.03 | 97.66 | - |
| YUV | 191.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 250 | 0.28 | 0.25 | 0 | 0.02 | 233.24 | 0.88 | 0.84 |
| Hex | B3 | BB | FA | 1C | 19 | 0 | 2 | E9 | 58 | 54 |
| Octal | 263 | 273 | 372 | 34 | 31 | 0 | 2 | 351 | 130 | 124 |
| Binary | 10110011 | 10111011 | 11111010 | 11100 | 11001 | 0 | 10 | 11101001 | 1011000 | 1010100 |
Color Harmonies of #B3BBFA
Complementary color
Monochromatic Colors of #B3BBFA
Black with #B3BBFA
Text Example
Text Example
White with #B3BBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBFA; }
p { color: rgb(179,187,250); }
H1.HeaderClassName
{
color: #B3BBFA;
}
.AnyTagClassName
{
color: #B3BBFA;
}
</style>
background-color css
<style>
a { background-color: #B3BBFA; }
a { background-color: rgb(179,187,250); }
div.DivClassName
{
background-color: #B3BBFA;
}
.BgClassName
{
background-color: #B3BBFA;
}
</style>
border-color css
<style>
span { border-color: #B3BBFA; }
span { border-color: rgb(179,187,250); }
td.TdClassName
{
border-color: #B3BBFA;
}
.TagClassName
{
border-color: #B3BBFA;
}
</style>