Shades of Heather #B2BEC6
Tints of Heather #B2BEC6
RGB
CMYK
RGB Variations
Color information
#B2BEC6 (or 0xB2BEC6) is known color: Heather. HEX triplet: B2, BE and C6. RGB value is (178,190,198). Sum of RGB (Red+Green+Blue) = 178+190+198=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 198 - color contains mainly: blue. Hex color #B2BEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEC6 is #4D4139. Grayscale: #BBBBBB. Windows color (decimal): -5062970 or 13024946. OLE color: 13024946.
HSL color Cylindrical-coordinate representation of color #B2BEC6: hue angle of 204º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2BEC6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 190 | 198 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.22 |
| HSL | 204º | 0.15% | 0.74% | - |
| HSV(B) | 204º | 0.1% | 0.78% | - |
| XYZ | 46.97 | 50.37 | 60.67 | - |
| YUV | 187.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 198 | 0.10 | 0.04 | 0 | 0.22 | 204 | 0.15 | 0.74 |
| Hex | B2 | BE | C6 | A | 4 | 0 | 16 | CC | F | 4A |
| Octal | 262 | 276 | 306 | 12 | 4 | 0 | 26 | 314 | 17 | 112 |
| Binary | 10110010 | 10111110 | 11000110 | 1010 | 100 | 0 | 10110 | 11001100 | 1111 | 1001010 |
Color Harmonies of #B2BEC6
Complementary color
Monochromatic Colors of #B2BEC6
Black with #B2BEC6
Text Example
Text Example
White with #B2BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEC6; }
p { color: rgb(178,190,198); }
H1.HeaderClassName
{
color: #B2BEC6;
}
.AnyTagClassName
{
color: #B2BEC6;
}
</style>
background-color css
<style>
a { background-color: #B2BEC6; }
a { background-color: rgb(178,190,198); }
div.DivClassName
{
background-color: #B2BEC6;
}
.BgClassName
{
background-color: #B2BEC6;
}
</style>
border-color css
<style>
span { border-color: #B2BEC6; }
span { border-color: rgb(178,190,198); }
td.TdClassName
{
border-color: #B2BEC6;
}
.TagClassName
{
border-color: #B2BEC6;
}
</style>