Shades of Heather #B1B8BC
Tints of Heather #B1B8BC
RGB
CMYK
RGB Variations
Color information
#B1B8BC (or 0xB1B8BC) is known color: Heather. HEX triplet: B1, B8 and BC. RGB value is (177,184,188). Sum of RGB (Red+Green+Blue) = 177+184+188=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B8BC is #4E4743. Grayscale: #B6B6B6. Windows color (decimal): -5130052 or 12368049. OLE color: 12368049.
HSL color Cylindrical-coordinate representation of color #B1B8BC: hue angle of 201.82º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1B8BC is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 184 | 188 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.26 |
| HSL | 201.82º | 0.08% | 0.72% | - |
| HSV(B) | 201.82º | 0.06% | 0.74% | - |
| XYZ | 44.35 | 47.26 | 54.36 | - |
| YUV | 182.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 188 | 0.06 | 0.02 | 0 | 0.26 | 201.82 | 0.08 | 0.72 |
| Hex | B1 | B8 | BC | 6 | 2 | 0 | 1A | CA | 8 | 48 |
| Octal | 261 | 270 | 274 | 6 | 2 | 0 | 32 | 312 | 10 | 110 |
| Binary | 10110001 | 10111000 | 10111100 | 110 | 10 | 0 | 11010 | 11001010 | 1000 | 1001000 |
Color Harmonies of #B1B8BC
Complementary color
Monochromatic Colors of #B1B8BC
Black with #B1B8BC
Text Example
Text Example
White with #B1B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B8BC; }
p { color: rgb(177,184,188); }
H1.HeaderClassName
{
color: #B1B8BC;
}
.AnyTagClassName
{
color: #B1B8BC;
}
</style>
background-color css
<style>
a { background-color: #B1B8BC; }
a { background-color: rgb(177,184,188); }
div.DivClassName
{
background-color: #B1B8BC;
}
.BgClassName
{
background-color: #B1B8BC;
}
</style>
border-color css
<style>
span { border-color: #B1B8BC; }
span { border-color: rgb(177,184,188); }
td.TdClassName
{
border-color: #B1B8BC;
}
.TagClassName
{
border-color: #B1B8BC;
}
</style>