Shades of Perano #B3BBFF
Tints of Perano #B3BBFF
RGB
CMYK
RGB Variations
Color information
#B3BBFF (or 0xB3BBFF) is known color: Perano. HEX triplet: B3, BB and FF. RGB value is (179,187,255). Sum of RGB (Red+Green+Blue) = 179+187+255=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3BBFF is #4C4400. Grayscale: #C0C0C0. Windows color (decimal): -4998145 or 16759731. OLE color: 16759731.
HSL color Cylindrical-coordinate representation of color #B3BBFF: hue angle of 233.68º 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 #B3BBFF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 187 | 255 | - |
| CMYK | 0.30 | 0.27 | 0 | 0 |
| HSL | 233.68º | 1% | 0.85% | - |
| HSV(B) | 233.68º | 0.3% | 1% | - |
| XYZ | 54.41 | 52.34 | 101.84 | - |
| YUV | 192.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 255 | 0.30 | 0.27 | 0 | 0 | 233.68 | 1 | 0.85 |
| Hex | B3 | BB | FF | 1E | 1B | 0 | 0 | EA | 64 | 55 |
| Octal | 263 | 273 | 377 | 36 | 33 | 0 | 0 | 352 | 144 | 125 |
| Binary | 10110011 | 10111011 | 11111111 | 11110 | 11011 | 0 | 0 | 11101010 | 1100100 | 1010101 |
Color Harmonies of #B3BBFF
Complementary color
Monochromatic Colors of #B3BBFF
Black with #B3BBFF
Text Example
Text Example
White with #B3BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBFF; }
p { color: rgb(179,187,255); }
H1.HeaderClassName
{
color: #B3BBFF;
}
.AnyTagClassName
{
color: #B3BBFF;
}
</style>
background-color css
<style>
a { background-color: #B3BBFF; }
a { background-color: rgb(179,187,255); }
div.DivClassName
{
background-color: #B3BBFF;
}
.BgClassName
{
background-color: #B3BBFF;
}
</style>
border-color css
<style>
span { border-color: #B3BBFF; }
span { border-color: rgb(179,187,255); }
td.TdClassName
{
border-color: #B3BBFF;
}
.TagClassName
{
border-color: #B3BBFF;
}
</style>