Shades of Spindle #B2BBC9
Tints of Spindle #B2BBC9
RGB
CMYK
RGB Variations
Color information
#B2BBC9 (or 0xB2BBC9) is known color: Spindle. HEX triplet: B2, BB and C9. RGB value is (178,187,201). Sum of RGB (Red+Green+Blue) = 178+187+201=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #B2BBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBC9 is #4D4436. Grayscale: #B9B9B9. Windows color (decimal): -5063735 or 13220786. OLE color: 13220786.
HSL color Cylindrical-coordinate representation of color #B2BBC9: hue angle of 216.52º 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 #B2BBC9 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 187 | 201 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.21 |
| HSL | 216.52º | 0.18% | 0.74% | - |
| HSV(B) | 216.52º | 0.11% | 0.79% | - |
| XYZ | 46.67 | 49.22 | 62.3 | - |
| YUV | 185.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 201 | 0.11 | 0.07 | 0 | 0.21 | 216.52 | 0.18 | 0.74 |
| Hex | B2 | BB | C9 | B | 7 | 0 | 15 | D9 | 12 | 4A |
| Octal | 262 | 273 | 311 | 13 | 7 | 0 | 25 | 331 | 22 | 112 |
| Binary | 10110010 | 10111011 | 11001001 | 1011 | 111 | 0 | 10101 | 11011001 | 10010 | 1001010 |
Color Harmonies of #B2BBC9
Complementary color
Monochromatic Colors of #B2BBC9
Black with #B2BBC9
Text Example
Text Example
White with #B2BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBC9; }
p { color: rgb(178,187,201); }
H1.HeaderClassName
{
color: #B2BBC9;
}
.AnyTagClassName
{
color: #B2BBC9;
}
</style>
background-color css
<style>
a { background-color: #B2BBC9; }
a { background-color: rgb(178,187,201); }
div.DivClassName
{
background-color: #B2BBC9;
}
.BgClassName
{
background-color: #B2BBC9;
}
</style>
border-color css
<style>
span { border-color: #B2BBC9; }
span { border-color: rgb(178,187,201); }
td.TdClassName
{
border-color: #B2BBC9;
}
.TagClassName
{
border-color: #B2BBC9;
}
</style>