Shades of Perano #B2BBFD
Tints of Perano #B2BBFD
RGB
CMYK
RGB Variations
Color information
#B2BBFD (or 0xB2BBFD) is known color: Perano. HEX triplet: B2, BB and FD. RGB value is (178,187,253). Sum of RGB (Red+Green+Blue) = 178+187+253=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBFD is #4D4402. Grayscale: #BFBFBF. Windows color (decimal): -5063683 or 16628658. OLE color: 16628658.
HSL color Cylindrical-coordinate representation of color #B2BBFD: hue angle of 232.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2BBFD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 187 | 253 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.01 |
| HSL | 232.8º | 0.95% | 0.85% | - |
| HSV(B) | 232.8º | 0.3% | 0.99% | - |
| XYZ | 53.86 | 52.1 | 100.15 | - |
| YUV | 191.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 253 | 0.30 | 0.26 | 0 | 0.01 | 232.8 | 0.95 | 0.85 |
| Hex | B2 | BB | FD | 1E | 1A | 0 | 1 | E9 | 5F | 55 |
| Octal | 262 | 273 | 375 | 36 | 32 | 0 | 1 | 351 | 137 | 125 |
| Binary | 10110010 | 10111011 | 11111101 | 11110 | 11010 | 0 | 1 | 11101001 | 1011111 | 1010101 |
Color Harmonies of #B2BBFD
Complementary color
Monochromatic Colors of #B2BBFD
Black with #B2BBFD
Text Example
Text Example
White with #B2BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBFD; }
p { color: rgb(178,187,253); }
H1.HeaderClassName
{
color: #B2BBFD;
}
.AnyTagClassName
{
color: #B2BBFD;
}
</style>
background-color css
<style>
a { background-color: #B2BBFD; }
a { background-color: rgb(178,187,253); }
div.DivClassName
{
background-color: #B2BBFD;
}
.BgClassName
{
background-color: #B2BBFD;
}
</style>
border-color css
<style>
span { border-color: #B2BBFD; }
span { border-color: rgb(178,187,253); }
td.TdClassName
{
border-color: #B2BBFD;
}
.TagClassName
{
border-color: #B2BBFD;
}
</style>