Shades of Heather #B8BDC1
Tints of Heather #B8BDC1
RGB
CMYK
RGB Variations
Color information
#B8BDC1 (or 0xB8BDC1) is known color: Heather. HEX triplet: B8, BD and C1. RGB value is (184,189,193). Sum of RGB (Red+Green+Blue) = 184+189+193=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 189 (74.22% from 255 or 33.39% 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 #B8BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDC1 is #47423E. Grayscale: #BBBBBB. Windows color (decimal): -4670015 or 12697016. OLE color: 12697016.
HSL color Cylindrical-coordinate representation of color #B8BDC1: hue angle of 206.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B8BDC1 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 189 | 193 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.24 |
| HSL | 206.67º | 0.07% | 0.74% | - |
| HSV(B) | 206.67º | 0.05% | 0.76% | - |
| XYZ | 47.59 | 50.44 | 57.68 | - |
| YUV | 187.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 193 | 0.05 | 0.02 | 0 | 0.24 | 206.67 | 0.07 | 0.74 |
| Hex | B8 | BD | C1 | 5 | 2 | 0 | 18 | CF | 7 | 4A |
| Octal | 270 | 275 | 301 | 5 | 2 | 0 | 30 | 317 | 7 | 112 |
| Binary | 10111000 | 10111101 | 11000001 | 101 | 10 | 0 | 11000 | 11001111 | 111 | 1001010 |
Color Harmonies of #B8BDC1
Complementary color
Monochromatic Colors of #B8BDC1
Black with #B8BDC1
Text Example
Text Example
White with #B8BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BDC1; }
p { color: rgb(184,189,193); }
H1.HeaderClassName
{
color: #B8BDC1;
}
.AnyTagClassName
{
color: #B8BDC1;
}
</style>
background-color css
<style>
a { background-color: #B8BDC1; }
a { background-color: rgb(184,189,193); }
div.DivClassName
{
background-color: #B8BDC1;
}
.BgClassName
{
background-color: #B8BDC1;
}
</style>
border-color css
<style>
span { border-color: #B8BDC1; }
span { border-color: rgb(184,189,193); }
td.TdClassName
{
border-color: #B8BDC1;
}
.TagClassName
{
border-color: #B8BDC1;
}
</style>