Shades of Perano #B2BBDD
Tints of Perano #B2BBDD
RGB
CMYK
RGB Variations
Color information
#B2BBDD (or 0xB2BBDD) is known color: Perano. HEX triplet: B2, BB and DD. RGB value is (178,187,221). Sum of RGB (Red+Green+Blue) = 178+187+221=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBDD is #4D4422. Grayscale: #BCBCBC. Windows color (decimal): -5063715 or 14531506. OLE color: 14531506.
HSL color Cylindrical-coordinate representation of color #B2BBDD: hue angle of 227.44º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2BBDD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 187 | 221 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.13 |
| HSL | 227.44º | 0.39% | 0.78% | - |
| HSV(B) | 227.44º | 0.19% | 0.87% | - |
| XYZ | 49.18 | 50.23 | 75.51 | - |
| YUV | 188.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 221 | 0.19 | 0.15 | 0 | 0.13 | 227.44 | 0.39 | 0.78 |
| Hex | B2 | BB | DD | 13 | F | 0 | D | E3 | 27 | 4E |
| Octal | 262 | 273 | 335 | 23 | 17 | 0 | 15 | 343 | 47 | 116 |
| Binary | 10110010 | 10111011 | 11011101 | 10011 | 1111 | 0 | 1101 | 11100011 | 100111 | 1001110 |
Color Harmonies of #B2BBDD
Complementary color
Monochromatic Colors of #B2BBDD
Black with #B2BBDD
Text Example
Text Example
White with #B2BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBDD; }
p { color: rgb(178,187,221); }
H1.HeaderClassName
{
color: #B2BBDD;
}
.AnyTagClassName
{
color: #B2BBDD;
}
</style>
background-color css
<style>
a { background-color: #B2BBDD; }
a { background-color: rgb(178,187,221); }
div.DivClassName
{
background-color: #B2BBDD;
}
.BgClassName
{
background-color: #B2BBDD;
}
</style>
border-color css
<style>
span { border-color: #B2BBDD; }
span { border-color: rgb(178,187,221); }
td.TdClassName
{
border-color: #B2BBDD;
}
.TagClassName
{
border-color: #B2BBDD;
}
</style>