Shades of Spindle #B2BBC7
Tints of Spindle #B2BBC7
RGB
CMYK
RGB Variations
Color information
#B2BBC7 (or 0xB2BBC7) is known color: Spindle. HEX triplet: B2, BB and C7. RGB value is (178,187,199). Sum of RGB (Red+Green+Blue) = 178+187+199=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 199 - color contains mainly: blue. Hex color #B2BBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBC7 is #4D4438. Grayscale: #B9B9B9. Windows color (decimal): -5063737 or 13089714. OLE color: 13089714.
HSL color Cylindrical-coordinate representation of color #B2BBC7: hue angle of 214.29º 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 #B2BBC7 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 187 | 199 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.22 |
| HSL | 214.29º | 0.16% | 0.74% | - |
| HSV(B) | 214.29º | 0.11% | 0.78% | - |
| XYZ | 46.44 | 49.13 | 61.07 | - |
| YUV | 185.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 199 | 0.11 | 0.06 | 0 | 0.22 | 214.29 | 0.16 | 0.74 |
| Hex | B2 | BB | C7 | B | 6 | 0 | 16 | D6 | 10 | 4A |
| Octal | 262 | 273 | 307 | 13 | 6 | 0 | 26 | 326 | 20 | 112 |
| Binary | 10110010 | 10111011 | 11000111 | 1011 | 110 | 0 | 10110 | 11010110 | 10000 | 1001010 |
Color Harmonies of #B2BBC7
Complementary color
Monochromatic Colors of #B2BBC7
Black with #B2BBC7
Text Example
Text Example
White with #B2BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBC7; }
p { color: rgb(178,187,199); }
H1.HeaderClassName
{
color: #B2BBC7;
}
.AnyTagClassName
{
color: #B2BBC7;
}
</style>
background-color css
<style>
a { background-color: #B2BBC7; }
a { background-color: rgb(178,187,199); }
div.DivClassName
{
background-color: #B2BBC7;
}
.BgClassName
{
background-color: #B2BBC7;
}
</style>
border-color css
<style>
span { border-color: #B2BBC7; }
span { border-color: rgb(178,187,199); }
td.TdClassName
{
border-color: #B2BBC7;
}
.TagClassName
{
border-color: #B2BBC7;
}
</style>