Shades of Spindle #B2BAC7
Tints of Spindle #B2BAC7
RGB
CMYK
RGB Variations
Color information
#B2BAC7 (or 0xB2BAC7) is known color: Spindle. HEX triplet: B2, BA and C7. RGB value is (178,186,199). Sum of RGB (Red+Green+Blue) = 178+186+199=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 199 - color contains mainly: blue. Hex color #B2BAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAC7 is #4D4538. Grayscale: #B9B9B9. Windows color (decimal): -5063993 or 13089458. OLE color: 13089458.
HSL color Cylindrical-coordinate representation of color #B2BAC7: hue angle of 217.14º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2BAC7 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 186 | 199 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.22 |
| HSL | 217.14º | 0.16% | 0.74% | - |
| HSV(B) | 217.14º | 0.11% | 0.78% | - |
| XYZ | 46.23 | 48.71 | 61 | - |
| YUV | 185.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 199 | 0.11 | 0.07 | 0 | 0.22 | 217.14 | 0.16 | 0.74 |
| Hex | B2 | BA | C7 | B | 7 | 0 | 16 | D9 | 10 | 4A |
| Octal | 262 | 272 | 307 | 13 | 7 | 0 | 26 | 331 | 20 | 112 |
| Binary | 10110010 | 10111010 | 11000111 | 1011 | 111 | 0 | 10110 | 11011001 | 10000 | 1001010 |
Color Harmonies of #B2BAC7
Complementary color
Monochromatic Colors of #B2BAC7
Black with #B2BAC7
Text Example
Text Example
White with #B2BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAC7; }
p { color: rgb(178,186,199); }
H1.HeaderClassName
{
color: #B2BAC7;
}
.AnyTagClassName
{
color: #B2BAC7;
}
</style>
background-color css
<style>
a { background-color: #B2BAC7; }
a { background-color: rgb(178,186,199); }
div.DivClassName
{
background-color: #B2BAC7;
}
.BgClassName
{
background-color: #B2BAC7;
}
</style>
border-color css
<style>
span { border-color: #B2BAC7; }
span { border-color: rgb(178,186,199); }
td.TdClassName
{
border-color: #B2BAC7;
}
.TagClassName
{
border-color: #B2BAC7;
}
</style>