Shades of Perano #B3BBDD
Tints of Perano #B3BBDD
RGB
CMYK
RGB Variations
Color information
#B3BBDD (or 0xB3BBDD) is known color: Perano. HEX triplet: B3, BB and DD. RGB value is (179,187,221). Sum of RGB (Red+Green+Blue) = 179+187+221=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBDD is #4C4422. Grayscale: #BCBCBC. Windows color (decimal): -4998179 or 14531507. OLE color: 14531507.
HSL color Cylindrical-coordinate representation of color #B3BBDD: hue angle of 228.57º degrees, saturation: 0.38, 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 #B3BBDD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 187 | 221 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.13 |
| HSL | 228.57º | 0.38% | 0.78% | - |
| HSV(B) | 228.57º | 0.19% | 0.87% | - |
| XYZ | 49.41 | 50.34 | 75.52 | - |
| YUV | 188.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 221 | 0.19 | 0.15 | 0 | 0.13 | 228.57 | 0.38 | 0.78 |
| Hex | B3 | BB | DD | 13 | F | 0 | D | E5 | 26 | 4E |
| Octal | 263 | 273 | 335 | 23 | 17 | 0 | 15 | 345 | 46 | 116 |
| Binary | 10110011 | 10111011 | 11011101 | 10011 | 1111 | 0 | 1101 | 11100101 | 100110 | 1001110 |
Color Harmonies of #B3BBDD
Complementary color
Monochromatic Colors of #B3BBDD
Black with #B3BBDD
Text Example
Text Example
White with #B3BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BBDD; }
p { color: rgb(179,187,221); }
H1.HeaderClassName
{
color: #B3BBDD;
}
.AnyTagClassName
{
color: #B3BBDD;
}
</style>
background-color css
<style>
a { background-color: #B3BBDD; }
a { background-color: rgb(179,187,221); }
div.DivClassName
{
background-color: #B3BBDD;
}
.BgClassName
{
background-color: #B3BBDD;
}
</style>
border-color css
<style>
span { border-color: #B3BBDD; }
span { border-color: rgb(179,187,221); }
td.TdClassName
{
border-color: #B3BBDD;
}
.TagClassName
{
border-color: #B3BBDD;
}
</style>