Shades of Perano #B0BBFF
Tints of Perano #B0BBFF
RGB
CMYK
RGB Variations
Color information
#B0BBFF (or 0xB0BBFF) is known color: Perano. HEX triplet: B0, BB and FF. RGB value is (176,187,255). Sum of RGB (Red+Green+Blue) = 176+187+255=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0BBFF is #4F4400. Grayscale: #BFBFBF. Windows color (decimal): -5194753 or 16759728. OLE color: 16759728.
HSL color Cylindrical-coordinate representation of color #B0BBFF: hue angle of 231.65º 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 #B0BBFF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 187 | 255 | - |
| CMYK | 0.31 | 0.27 | 0 | 0 |
| HSL | 231.65º | 1% | 0.85% | - |
| HSV(B) | 231.65º | 0.31% | 1% | - |
| XYZ | 53.72 | 51.99 | 101.81 | - |
| YUV | 191.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 255 | 0.31 | 0.27 | 0 | 0 | 231.65 | 1 | 0.85 |
| Hex | B0 | BB | FF | 1F | 1B | 0 | 0 | E8 | 64 | 55 |
| Octal | 260 | 273 | 377 | 37 | 33 | 0 | 0 | 350 | 144 | 125 |
| Binary | 10110000 | 10111011 | 11111111 | 11111 | 11011 | 0 | 0 | 11101000 | 1100100 | 1010101 |
Color Harmonies of #B0BBFF
Complementary color
Monochromatic Colors of #B0BBFF
Black with #B0BBFF
Text Example
Text Example
White with #B0BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBFF; }
p { color: rgb(176,187,255); }
H1.HeaderClassName
{
color: #B0BBFF;
}
.AnyTagClassName
{
color: #B0BBFF;
}
</style>
background-color css
<style>
a { background-color: #B0BBFF; }
a { background-color: rgb(176,187,255); }
div.DivClassName
{
background-color: #B0BBFF;
}
.BgClassName
{
background-color: #B0BBFF;
}
</style>
border-color css
<style>
span { border-color: #B0BBFF; }
span { border-color: rgb(176,187,255); }
td.TdClassName
{
border-color: #B0BBFF;
}
.TagClassName
{
border-color: #B0BBFF;
}
</style>