Shades of Heather #B6BCC2
Tints of Heather #B6BCC2
RGB
CMYK
RGB Variations
Color information
#B6BCC2 (or 0xB6BCC2) is known color: Heather. HEX triplet: B6, BC and C2. RGB value is (182,188,194). Sum of RGB (Red+Green+Blue) = 182+188+194=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 194 - color contains mainly: blue. Hex color #B6BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCC2 is #49433D. Grayscale: #BABABA. Windows color (decimal): -4801342 or 12762294. OLE color: 12762294.
HSL color Cylindrical-coordinate representation of color #B6BCC2: hue angle of 210º degrees, saturation: 0.09, 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 #B6BCC2 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 182 | 188 | 194 | - |
CMYK | 0.06 | 0.03 | 0 | 0.24 |
HSL | 210º | 0.09% | 0.74% | - |
HSV(B) | 210º | 0.06% | 0.76% | - |
XYZ | 47.01 | 49.81 | 58.17 | - |
YUV | 186.89 | 132.01 | 124.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 188 | 194 | 0.06 | 0.03 | 0 | 0.24 | 210 | 0.09 | 0.74 |
Hex | B6 | BC | C2 | 6 | 3 | 0 | 18 | D2 | 9 | 4A |
Octal | 266 | 274 | 302 | 6 | 3 | 0 | 30 | 322 | 11 | 112 |
Binary | 10110110 | 10111100 | 11000010 | 110 | 11 | 0 | 11000 | 11010010 | 1001 | 1001010 |
Color Harmonies of #B6BCC2
Complementary color
Monochromatic Colors of #B6BCC2
Black with #B6BCC2
Text Example
Text Example
White with #B6BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BCC2; }
p { color: rgb(182,188,194); }
H1.HeaderClassName
{
color: #B6BCC2;
}
.AnyTagClassName
{
color: #B6BCC2;
}
</style>
background-color css
<style>
a { background-color: #B6BCC2; }
a { background-color: rgb(182,188,194); }
div.DivClassName
{
background-color: #B6BCC2;
}
.BgClassName
{
background-color: #B6BCC2;
}
</style>
border-color css
<style>
span { border-color: #B6BCC2; }
span { border-color: rgb(182,188,194); }
td.TdClassName
{
border-color: #B6BCC2;
}
.TagClassName
{
border-color: #B6BCC2;
}
</style>