Shades of Heather #B6BDC1
Tints of Heather #B6BDC1
RGB
CMYK
RGB Variations
Color information
#B6BDC1 (or 0xB6BDC1) is known color: Heather. HEX triplet: B6, BD and C1. RGB value is (182,189,193). Sum of RGB (Red+Green+Blue) = 182+189+193=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDC1 is #49423E. Grayscale: #BBBBBB. Windows color (decimal): -4801087 or 12697014. OLE color: 12697014.
HSL color Cylindrical-coordinate representation of color #B6BDC1: hue angle of 201.82º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6BDC1 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 182 | 189 | 193 | - |
CMYK | 0.06 | 0.02 | 0 | 0.24 |
HSL | 201.82º | 0.08% | 0.74% | - |
HSV(B) | 201.82º | 0.06% | 0.76% | - |
XYZ | 47.11 | 50.19 | 57.66 | - |
YUV | 187.36 | 131.18 | 124.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 189 | 193 | 0.06 | 0.02 | 0 | 0.24 | 201.82 | 0.08 | 0.74 |
Hex | B6 | BD | C1 | 6 | 2 | 0 | 18 | CA | 8 | 4A |
Octal | 266 | 275 | 301 | 6 | 2 | 0 | 30 | 312 | 10 | 112 |
Binary | 10110110 | 10111101 | 11000001 | 110 | 10 | 0 | 11000 | 11001010 | 1000 | 1001010 |
Color Harmonies of #B6BDC1
Complementary color
Monochromatic Colors of #B6BDC1
Black with #B6BDC1
Text Example
Text Example
White with #B6BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BDC1; }
p { color: rgb(182,189,193); }
H1.HeaderClassName
{
color: #B6BDC1;
}
.AnyTagClassName
{
color: #B6BDC1;
}
</style>
background-color css
<style>
a { background-color: #B6BDC1; }
a { background-color: rgb(182,189,193); }
div.DivClassName
{
background-color: #B6BDC1;
}
.BgClassName
{
background-color: #B6BDC1;
}
</style>
border-color css
<style>
span { border-color: #B6BDC1; }
span { border-color: rgb(182,189,193); }
td.TdClassName
{
border-color: #B6BDC1;
}
.TagClassName
{
border-color: #B6BDC1;
}
</style>