Shades of Spindle #B2BAC6
Tints of Spindle #B2BAC6
RGB
CMYK
RGB Variations
Color information
#B2BAC6 (or 0xB2BAC6) is known color: Spindle. HEX triplet: B2, BA and C6. RGB value is (178,186,198). Sum of RGB (Red+Green+Blue) = 178+186+198=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #B2BAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAC6 is #4D4539. Grayscale: #B8B8B8. Windows color (decimal): -5063994 or 13023922. OLE color: 13023922.
HSL color Cylindrical-coordinate representation of color #B2BAC6: hue angle of 216º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2BAC6 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 186 | 198 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.22 |
| HSL | 216º | 0.15% | 0.74% | - |
| HSV(B) | 216º | 0.1% | 0.78% | - |
| XYZ | 46.11 | 48.66 | 60.39 | - |
| YUV | 184.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 198 | 0.10 | 0.06 | 0 | 0.22 | 216 | 0.15 | 0.74 |
| Hex | B2 | BA | C6 | A | 6 | 0 | 16 | D8 | F | 4A |
| Octal | 262 | 272 | 306 | 12 | 6 | 0 | 26 | 330 | 17 | 112 |
| Binary | 10110010 | 10111010 | 11000110 | 1010 | 110 | 0 | 10110 | 11011000 | 1111 | 1001010 |
Color Harmonies of #B2BAC6
Complementary color
Monochromatic Colors of #B2BAC6
Black with #B2BAC6
Text Example
Text Example
White with #B2BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAC6; }
p { color: rgb(178,186,198); }
H1.HeaderClassName
{
color: #B2BAC6;
}
.AnyTagClassName
{
color: #B2BAC6;
}
</style>
background-color css
<style>
a { background-color: #B2BAC6; }
a { background-color: rgb(178,186,198); }
div.DivClassName
{
background-color: #B2BAC6;
}
.BgClassName
{
background-color: #B2BAC6;
}
</style>
border-color css
<style>
span { border-color: #B2BAC6; }
span { border-color: rgb(178,186,198); }
td.TdClassName
{
border-color: #B2BAC6;
}
.TagClassName
{
border-color: #B2BAC6;
}
</style>