Shades of Heather #B6BDC3
Tints of Heather #B6BDC3
RGB
CMYK
RGB Variations
Color information
#B6BDC3 (or 0xB6BDC3) is known color: Heather. HEX triplet: B6, BD and C3. RGB value is (182,189,195). Sum of RGB (Red+Green+Blue) = 182+189+195=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 195 - color contains mainly: blue. Hex color #B6BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDC3 is #49423C. Grayscale: #BBBBBB. Windows color (decimal): -4801085 or 12828086. OLE color: 12828086.
HSL color Cylindrical-coordinate representation of color #B6BDC3: hue angle of 207.69º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B6BDC3 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 182 | 189 | 195 | - |
CMYK | 0.07 | 0.03 | 0 | 0.24 |
HSL | 207.69º | 0.1% | 0.74% | - |
HSV(B) | 207.69º | 0.07% | 0.76% | - |
XYZ | 47.34 | 50.28 | 58.84 | - |
YUV | 187.59 | 132.18 | 124.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 189 | 195 | 0.07 | 0.03 | 0 | 0.24 | 207.69 | 0.1 | 0.74 |
Hex | B6 | BD | C3 | 7 | 3 | 0 | 18 | D0 | A | 4A |
Octal | 266 | 275 | 303 | 7 | 3 | 0 | 30 | 320 | 12 | 112 |
Binary | 10110110 | 10111101 | 11000011 | 111 | 11 | 0 | 11000 | 11010000 | 1010 | 1001010 |
Color Harmonies of #B6BDC3
Complementary color
Monochromatic Colors of #B6BDC3
Black with #B6BDC3
Text Example
Text Example
White with #B6BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BDC3; }
p { color: rgb(182,189,195); }
H1.HeaderClassName
{
color: #B6BDC3;
}
.AnyTagClassName
{
color: #B6BDC3;
}
</style>
background-color css
<style>
a { background-color: #B6BDC3; }
a { background-color: rgb(182,189,195); }
div.DivClassName
{
background-color: #B6BDC3;
}
.BgClassName
{
background-color: #B6BDC3;
}
</style>
border-color css
<style>
span { border-color: #B6BDC3; }
span { border-color: rgb(182,189,195); }
td.TdClassName
{
border-color: #B6BDC3;
}
.TagClassName
{
border-color: #B6BDC3;
}
</style>