Shades of Heather #B1BDC6
Tints of Heather #B1BDC6
RGB
CMYK
RGB Variations
Color information
#B1BDC6 (or 0xB1BDC6) is known color: Heather. HEX triplet: B1, BD and C6. RGB value is (177,189,198). Sum of RGB (Red+Green+Blue) = 177+189+198=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 198 - color contains mainly: blue. Hex color #B1BDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDC6 is #4E4239. Grayscale: #BABABA. Windows color (decimal): -5128762 or 13024689. OLE color: 13024689.
HSL color Cylindrical-coordinate representation of color #B1BDC6: hue angle of 205.71º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1BDC6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 189 | 198 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.22 |
| HSL | 205.71º | 0.16% | 0.74% | - |
| HSV(B) | 205.71º | 0.11% | 0.78% | - |
| XYZ | 46.52 | 49.82 | 60.59 | - |
| YUV | 186.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 198 | 0.11 | 0.05 | 0 | 0.22 | 205.71 | 0.16 | 0.74 |
| Hex | B1 | BD | C6 | B | 5 | 0 | 16 | CE | 10 | 4A |
| Octal | 261 | 275 | 306 | 13 | 5 | 0 | 26 | 316 | 20 | 112 |
| Binary | 10110001 | 10111101 | 11000110 | 1011 | 101 | 0 | 10110 | 11001110 | 10000 | 1001010 |
Color Harmonies of #B1BDC6
Complementary color
Monochromatic Colors of #B1BDC6
Black with #B1BDC6
Text Example
Text Example
White with #B1BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BDC6; }
p { color: rgb(177,189,198); }
H1.HeaderClassName
{
color: #B1BDC6;
}
.AnyTagClassName
{
color: #B1BDC6;
}
</style>
background-color css
<style>
a { background-color: #B1BDC6; }
a { background-color: rgb(177,189,198); }
div.DivClassName
{
background-color: #B1BDC6;
}
.BgClassName
{
background-color: #B1BDC6;
}
</style>
border-color css
<style>
span { border-color: #B1BDC6; }
span { border-color: rgb(177,189,198); }
td.TdClassName
{
border-color: #B1BDC6;
}
.TagClassName
{
border-color: #B1BDC6;
}
</style>