Shades of Heather #B2BDC7
Tints of Heather #B2BDC7
RGB
CMYK
RGB Variations
Color information
#B2BDC7 (or 0xB2BDC7) is known color: Heather. HEX triplet: B2, BD and C7. RGB value is (178,189,199). Sum of RGB (Red+Green+Blue) = 178+189+199=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 199 - color contains mainly: blue. Hex color #B2BDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDC7 is #4D4238. Grayscale: #BABABA. Windows color (decimal): -5063225 or 13090226. OLE color: 13090226.
HSL color Cylindrical-coordinate representation of color #B2BDC7: hue angle of 208.57º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2BDC7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 178 | 189 | 199 | - |
CMYK | 0.11 | 0.05 | 0 | 0.22 |
HSL | 208.57º | 0.16% | 0.74% | - |
HSV(B) | 208.57º | 0.11% | 0.78% | - |
XYZ | 46.87 | 49.98 | 61.21 | - |
YUV | 186.85 | 134.86 | 121.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 189 | 199 | 0.11 | 0.05 | 0 | 0.22 | 208.57 | 0.16 | 0.74 |
Hex | B2 | BD | C7 | B | 5 | 0 | 16 | D1 | 10 | 4A |
Octal | 262 | 275 | 307 | 13 | 5 | 0 | 26 | 321 | 20 | 112 |
Binary | 10110010 | 10111101 | 11000111 | 1011 | 101 | 0 | 10110 | 11010001 | 10000 | 1001010 |
Color Harmonies of #B2BDC7
Complementary color
Monochromatic Colors of #B2BDC7
Black with #B2BDC7
Text Example
Text Example
White with #B2BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDC7; }
p { color: rgb(178,189,199); }
H1.HeaderClassName
{
color: #B2BDC7;
}
.AnyTagClassName
{
color: #B2BDC7;
}
</style>
background-color css
<style>
a { background-color: #B2BDC7; }
a { background-color: rgb(178,189,199); }
div.DivClassName
{
background-color: #B2BDC7;
}
.BgClassName
{
background-color: #B2BDC7;
}
</style>
border-color css
<style>
span { border-color: #B2BDC7; }
span { border-color: rgb(178,189,199); }
td.TdClassName
{
border-color: #B2BDC7;
}
.TagClassName
{
border-color: #B2BDC7;
}
</style>