Shades of Perano #B2BBFF
Tints of Perano #B2BBFF
RGB
CMYK
RGB Variations
Color information
#B2BBFF (or 0xB2BBFF) is known color: Perano. HEX triplet: B2, BB and FF. RGB value is (178,187,255). Sum of RGB (Red+Green+Blue) = 178+187+255=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 187 (73.44% from 255 or 30.16% 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 #B2BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBFF is #4D4400. Grayscale: #BFBFBF. Windows color (decimal): -5063681 or 16759730. OLE color: 16759730.
HSL color Cylindrical-coordinate representation of color #B2BBFF: hue angle of 232.99º 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 #B2BBFF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 187 | 255 | - |
| CMYK | 0.30 | 0.27 | 0 | 0 |
| HSL | 232.99º | 1% | 0.85% | - |
| HSV(B) | 232.99º | 0.3% | 1% | - |
| XYZ | 54.18 | 52.23 | 101.83 | - |
| YUV | 192.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 255 | 0.30 | 0.27 | 0 | 0 | 232.99 | 1 | 0.85 |
| Hex | B2 | BB | FF | 1E | 1B | 0 | 0 | E9 | 64 | 55 |
| Octal | 262 | 273 | 377 | 36 | 33 | 0 | 0 | 351 | 144 | 125 |
| Binary | 10110010 | 10111011 | 11111111 | 11110 | 11011 | 0 | 0 | 11101001 | 1100100 | 1010101 |
Color Harmonies of #B2BBFF
Complementary color
Monochromatic Colors of #B2BBFF
Black with #B2BBFF
Text Example
Text Example
White with #B2BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBFF; }
p { color: rgb(178,187,255); }
H1.HeaderClassName
{
color: #B2BBFF;
}
.AnyTagClassName
{
color: #B2BBFF;
}
</style>
background-color css
<style>
a { background-color: #B2BBFF; }
a { background-color: rgb(178,187,255); }
div.DivClassName
{
background-color: #B2BBFF;
}
.BgClassName
{
background-color: #B2BBFF;
}
</style>
border-color css
<style>
span { border-color: #B2BBFF; }
span { border-color: rgb(178,187,255); }
td.TdClassName
{
border-color: #B2BBFF;
}
.TagClassName
{
border-color: #B2BBFF;
}
</style>