Shades of Perano #B1BBDB
Tints of Perano #B1BBDB
RGB
CMYK
RGB Variations
Color information
#B1BBDB (or 0xB1BBDB) is known color: Perano. HEX triplet: B1, BB and DB. RGB value is (177,187,219). Sum of RGB (Red+Green+Blue) = 177+187+219=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBDB is #4E4424. Grayscale: #BBBBBB. Windows color (decimal): -5129253 or 14400433. OLE color: 14400433.
HSL color Cylindrical-coordinate representation of color #B1BBDB: hue angle of 225.71º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1BBDB is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 187 | 219 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.14 |
| HSL | 225.71º | 0.37% | 0.78% | - |
| HSV(B) | 225.71º | 0.19% | 0.86% | - |
| XYZ | 48.69 | 50 | 74.1 | - |
| YUV | 187.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 219 | 0.19 | 0.15 | 0 | 0.14 | 225.71 | 0.37 | 0.78 |
| Hex | B1 | BB | DB | 13 | F | 0 | E | E2 | 25 | 4E |
| Octal | 261 | 273 | 333 | 23 | 17 | 0 | 16 | 342 | 45 | 116 |
| Binary | 10110001 | 10111011 | 11011011 | 10011 | 1111 | 0 | 1110 | 11100010 | 100101 | 1001110 |
Color Harmonies of #B1BBDB
Complementary color
Monochromatic Colors of #B1BBDB
Black with #B1BBDB
Text Example
Text Example
White with #B1BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BBDB; }
p { color: rgb(177,187,219); }
H1.HeaderClassName
{
color: #B1BBDB;
}
.AnyTagClassName
{
color: #B1BBDB;
}
</style>
background-color css
<style>
a { background-color: #B1BBDB; }
a { background-color: rgb(177,187,219); }
div.DivClassName
{
background-color: #B1BBDB;
}
.BgClassName
{
background-color: #B1BBDB;
}
</style>
border-color css
<style>
span { border-color: #B1BBDB; }
span { border-color: rgb(177,187,219); }
td.TdClassName
{
border-color: #B1BBDB;
}
.TagClassName
{
border-color: #B1BBDB;
}
</style>