Shades of Spindle #B2BFD6
Tints of Spindle #B2BFD6
RGB
CMYK
RGB Variations
Color information
#B2BFD6 (or 0xB2BFD6) is known color: Spindle. HEX triplet: B2, BF and D6. RGB value is (178,191,214). Sum of RGB (Red+Green+Blue) = 178+191+214=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 214 - color contains mainly: blue. Hex color #B2BFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFD6 is #4D4029. Grayscale: #BDBDBD. Windows color (decimal): -5062698 or 14073778. OLE color: 14073778.
HSL color Cylindrical-coordinate representation of color #B2BFD6: hue angle of 218.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2BFD6 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 191 | 214 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.16 |
| HSL | 218.33º | 0.31% | 0.77% | - |
| HSV(B) | 218.33º | 0.17% | 0.84% | - |
| XYZ | 49.13 | 51.58 | 70.99 | - |
| YUV | 189.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 214 | 0.17 | 0.11 | 0 | 0.16 | 218.33 | 0.31 | 0.77 |
| Hex | B2 | BF | D6 | 11 | B | 0 | 10 | DA | 1F | 4D |
| Octal | 262 | 277 | 326 | 21 | 13 | 0 | 20 | 332 | 37 | 115 |
| Binary | 10110010 | 10111111 | 11010110 | 10001 | 1011 | 0 | 10000 | 11011010 | 11111 | 1001101 |
Color Harmonies of #B2BFD6
Complementary color
Monochromatic Colors of #B2BFD6
Black with #B2BFD6
Text Example
Text Example
White with #B2BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFD6; }
p { color: rgb(178,191,214); }
H1.HeaderClassName
{
color: #B2BFD6;
}
.AnyTagClassName
{
color: #B2BFD6;
}
</style>
background-color css
<style>
a { background-color: #B2BFD6; }
a { background-color: rgb(178,191,214); }
div.DivClassName
{
background-color: #B2BFD6;
}
.BgClassName
{
background-color: #B2BFD6;
}
</style>
border-color css
<style>
span { border-color: #B2BFD6; }
span { border-color: rgb(178,191,214); }
td.TdClassName
{
border-color: #B2BFD6;
}
.TagClassName
{
border-color: #B2BFD6;
}
</style>