Shades of Heather #B2BDC6
Tints of Heather #B2BDC6
RGB
CMYK
RGB Variations
Color information
#B2BDC6 (or 0xB2BDC6) is known color: Heather. HEX triplet: B2, BD and C6. RGB value is (178,189,198). Sum of RGB (Red+Green+Blue) = 178+189+198=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 198 - color contains mainly: blue. Hex color #B2BDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDC6 is #4D4239. Grayscale: #BABABA. Windows color (decimal): -5063226 or 13024690. OLE color: 13024690.
HSL color Cylindrical-coordinate representation of color #B2BDC6: hue angle of 207º 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 #B2BDC6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 178 | 189 | 198 | - |
CMYK | 0.10 | 0.05 | 0 | 0.22 |
HSL | 207º | 0.15% | 0.74% | - |
HSV(B) | 207º | 0.1% | 0.78% | - |
XYZ | 46.75 | 49.94 | 60.6 | - |
YUV | 186.74 | 134.36 | 121.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 189 | 198 | 0.10 | 0.05 | 0 | 0.22 | 207 | 0.15 | 0.74 |
Hex | B2 | BD | C6 | A | 5 | 0 | 16 | CF | F | 4A |
Octal | 262 | 275 | 306 | 12 | 5 | 0 | 26 | 317 | 17 | 112 |
Binary | 10110010 | 10111101 | 11000110 | 1010 | 101 | 0 | 10110 | 11001111 | 1111 | 1001010 |
Color Harmonies of #B2BDC6
Complementary color
Monochromatic Colors of #B2BDC6
Black with #B2BDC6
Text Example
Text Example
White with #B2BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDC6; }
p { color: rgb(178,189,198); }
H1.HeaderClassName
{
color: #B2BDC6;
}
.AnyTagClassName
{
color: #B2BDC6;
}
</style>
background-color css
<style>
a { background-color: #B2BDC6; }
a { background-color: rgb(178,189,198); }
div.DivClassName
{
background-color: #B2BDC6;
}
.BgClassName
{
background-color: #B2BDC6;
}
</style>
border-color css
<style>
span { border-color: #B2BDC6; }
span { border-color: rgb(178,189,198); }
td.TdClassName
{
border-color: #B2BDC6;
}
.TagClassName
{
border-color: #B2BDC6;
}
</style>