Shades of Spindle #B2BCC9
Tints of Spindle #B2BCC9
RGB
CMYK
RGB Variations
Color information
#B2BCC9 (or 0xB2BCC9) is known color: Spindle. HEX triplet: B2, BC and C9. RGB value is (178,188,201). Sum of RGB (Red+Green+Blue) = 178+188+201=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 201 - color contains mainly: blue. Hex color #B2BCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCC9 is #4D4336. Grayscale: #BABABA. Windows color (decimal): -5063479 or 13221042. OLE color: 13221042.
HSL color Cylindrical-coordinate representation of color #B2BCC9: hue angle of 213.91º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2BCC9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 188 | 201 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.21 |
| HSL | 213.91º | 0.18% | 0.74% | - |
| HSV(B) | 213.91º | 0.11% | 0.79% | - |
| XYZ | 46.89 | 49.65 | 62.37 | - |
| YUV | 186.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 201 | 0.11 | 0.06 | 0 | 0.21 | 213.91 | 0.18 | 0.74 |
| Hex | B2 | BC | C9 | B | 6 | 0 | 15 | D6 | 12 | 4A |
| Octal | 262 | 274 | 311 | 13 | 6 | 0 | 25 | 326 | 22 | 112 |
| Binary | 10110010 | 10111100 | 11001001 | 1011 | 110 | 0 | 10101 | 11010110 | 10010 | 1001010 |
Color Harmonies of #B2BCC9
Complementary color
Monochromatic Colors of #B2BCC9
Black with #B2BCC9
Text Example
Text Example
White with #B2BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCC9; }
p { color: rgb(178,188,201); }
H1.HeaderClassName
{
color: #B2BCC9;
}
.AnyTagClassName
{
color: #B2BCC9;
}
</style>
background-color css
<style>
a { background-color: #B2BCC9; }
a { background-color: rgb(178,188,201); }
div.DivClassName
{
background-color: #B2BCC9;
}
.BgClassName
{
background-color: #B2BCC9;
}
</style>
border-color css
<style>
span { border-color: #B2BCC9; }
span { border-color: rgb(178,188,201); }
td.TdClassName
{
border-color: #B2BCC9;
}
.TagClassName
{
border-color: #B2BCC9;
}
</style>