Shades of Heather #B6BFC1
Tints of Heather #B6BFC1
RGB
CMYK
RGB Variations
Color information
#B6BFC1 (or 0xB6BFC1) is known color: Heather. HEX triplet: B6, BF and C1. RGB value is (182,191,193). Sum of RGB (Red+Green+Blue) = 182+191+193=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFC1 is #49403E. Grayscale: #BCBCBC. Windows color (decimal): -4800575 or 12697526. OLE color: 12697526.
HSL color Cylindrical-coordinate representation of color #B6BFC1: hue angle of 190.91º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6BFC1 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 191 | 193 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.24 |
| HSL | 190.91º | 0.08% | 0.74% | - |
| HSV(B) | 190.91º | 0.06% | 0.76% | - |
| XYZ | 47.55 | 51.06 | 57.8 | - |
| YUV | 188.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 191 | 193 | 0.06 | 0.01 | 0 | 0.24 | 190.91 | 0.08 | 0.74 |
| Hex | B6 | BF | C1 | 6 | 1 | 0 | 18 | BF | 8 | 4A |
| Octal | 266 | 277 | 301 | 6 | 1 | 0 | 30 | 277 | 10 | 112 |
| Binary | 10110110 | 10111111 | 11000001 | 110 | 1 | 0 | 11000 | 10111111 | 1000 | 1001010 |
Color Harmonies of #B6BFC1
Complementary color
Monochromatic Colors of #B6BFC1
Black with #B6BFC1
Text Example
Text Example
White with #B6BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BFC1; }
p { color: rgb(182,191,193); }
H1.HeaderClassName
{
color: #B6BFC1;
}
.AnyTagClassName
{
color: #B6BFC1;
}
</style>
background-color css
<style>
a { background-color: #B6BFC1; }
a { background-color: rgb(182,191,193); }
div.DivClassName
{
background-color: #B6BFC1;
}
.BgClassName
{
background-color: #B6BFC1;
}
</style>
border-color css
<style>
span { border-color: #B6BFC1; }
span { border-color: rgb(182,191,193); }
td.TdClassName
{
border-color: #B6BFC1;
}
.TagClassName
{
border-color: #B6BFC1;
}
</style>