Shades of Heather #B6BDC0
Tints of Heather #B6BDC0
RGB
CMYK
RGB Variations
Color information
#B6BDC0 (or 0xB6BDC0) is known color: Heather. HEX triplet: B6, BD and C0. RGB value is (182,189,192). Sum of RGB (Red+Green+Blue) = 182+189+192=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDC0 is #49423F. Grayscale: #BBBBBB. Windows color (decimal): -4801088 or 12631478. OLE color: 12631478.
HSL color Cylindrical-coordinate representation of color #B6BDC0: hue angle of 198º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6BDC0 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 182 | 189 | 192 | - |
CMYK | 0.05 | 0.02 | 0 | 0.25 |
HSL | 198º | 0.07% | 0.73% | - |
HSV(B) | 198º | 0.05% | 0.75% | - |
XYZ | 47 | 50.15 | 57.07 | - |
YUV | 187.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 189 | 192 | 0.05 | 0.02 | 0 | 0.25 | 198 | 0.07 | 0.73 |
Hex | B6 | BD | C0 | 5 | 2 | 0 | 19 | C6 | 7 | 49 |
Octal | 266 | 275 | 300 | 5 | 2 | 0 | 31 | 306 | 7 | 111 |
Binary | 10110110 | 10111101 | 11000000 | 101 | 10 | 0 | 11001 | 11000110 | 111 | 1001001 |
Color Harmonies of #B6BDC0
Complementary color
Monochromatic Colors of #B6BDC0
Black with #B6BDC0
Text Example
Text Example
White with #B6BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BDC0; }
p { color: rgb(182,189,192); }
H1.HeaderClassName
{
color: #B6BDC0;
}
.AnyTagClassName
{
color: #B6BDC0;
}
</style>
background-color css
<style>
a { background-color: #B6BDC0; }
a { background-color: rgb(182,189,192); }
div.DivClassName
{
background-color: #B6BDC0;
}
.BgClassName
{
background-color: #B6BDC0;
}
</style>
border-color css
<style>
span { border-color: #B6BDC0; }
span { border-color: rgb(182,189,192); }
td.TdClassName
{
border-color: #B6BDC0;
}
.TagClassName
{
border-color: #B6BDC0;
}
</style>