Shades of Perano #B6BCD9
Tints of Perano #B6BCD9
RGB
CMYK
RGB Variations
Color information
#B6BCD9 (or 0xB6BCD9) is known color: Perano. HEX triplet: B6, BC and D9. RGB value is (182,188,217). Sum of RGB (Red+Green+Blue) = 182+188+217=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #B6BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCD9 is #494326. Grayscale: #BDBDBD. Windows color (decimal): -4801319 or 14269622. OLE color: 14269622.
HSL color Cylindrical-coordinate representation of color #B6BCD9: hue angle of 229.71º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6BCD9 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 188 | 217 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.15 |
| HSL | 229.71º | 0.32% | 0.78% | - |
| HSV(B) | 229.71º | 0.16% | 0.85% | - |
| XYZ | 49.8 | 50.92 | 72.85 | - |
| YUV | 189.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 217 | 0.16 | 0.13 | 0 | 0.15 | 229.71 | 0.32 | 0.78 |
| Hex | B6 | BC | D9 | 10 | D | 0 | F | E6 | 20 | 4E |
| Octal | 266 | 274 | 331 | 20 | 15 | 0 | 17 | 346 | 40 | 116 |
| Binary | 10110110 | 10111100 | 11011001 | 10000 | 1101 | 0 | 1111 | 11100110 | 100000 | 1001110 |
Color Harmonies of #B6BCD9
Complementary color
Monochromatic Colors of #B6BCD9
Black with #B6BCD9
Text Example
Text Example
White with #B6BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BCD9; }
p { color: rgb(182,188,217); }
H1.HeaderClassName
{
color: #B6BCD9;
}
.AnyTagClassName
{
color: #B6BCD9;
}
</style>
background-color css
<style>
a { background-color: #B6BCD9; }
a { background-color: rgb(182,188,217); }
div.DivClassName
{
background-color: #B6BCD9;
}
.BgClassName
{
background-color: #B6BCD9;
}
</style>
border-color css
<style>
span { border-color: #B6BCD9; }
span { border-color: rgb(182,188,217); }
td.TdClassName
{
border-color: #B6BCD9;
}
.TagClassName
{
border-color: #B6BCD9;
}
</style>