Shades of Spindle #B2BFD7
Tints of Spindle #B2BFD7
RGB
CMYK
RGB Variations
Color information
#B2BFD7 (or 0xB2BFD7) is known color: Spindle. HEX triplet: B2, BF and D7. RGB value is (178,191,215). Sum of RGB (Red+Green+Blue) = 178+191+215=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #B2BFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFD7 is #4D4028. Grayscale: #BDBDBD. Windows color (decimal): -5062697 or 14139314. OLE color: 14139314.
HSL color Cylindrical-coordinate representation of color #B2BFD7: hue angle of 218.92º degrees, saturation: 0.32, 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 #B2BFD7 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 191 | 215 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.16 |
| HSL | 218.92º | 0.32% | 0.77% | - |
| HSV(B) | 218.92º | 0.17% | 0.84% | - |
| XYZ | 49.26 | 51.63 | 71.66 | - |
| YUV | 189.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 215 | 0.17 | 0.11 | 0 | 0.16 | 218.92 | 0.32 | 0.77 |
| Hex | B2 | BF | D7 | 11 | B | 0 | 10 | DB | 20 | 4D |
| Octal | 262 | 277 | 327 | 21 | 13 | 0 | 20 | 333 | 40 | 115 |
| Binary | 10110010 | 10111111 | 11010111 | 10001 | 1011 | 0 | 10000 | 11011011 | 100000 | 1001101 |
Color Harmonies of #B2BFD7
Complementary color
Monochromatic Colors of #B2BFD7
Black with #B2BFD7
Text Example
Text Example
White with #B2BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFD7; }
p { color: rgb(178,191,215); }
H1.HeaderClassName
{
color: #B2BFD7;
}
.AnyTagClassName
{
color: #B2BFD7;
}
</style>
background-color css
<style>
a { background-color: #B2BFD7; }
a { background-color: rgb(178,191,215); }
div.DivClassName
{
background-color: #B2BFD7;
}
.BgClassName
{
background-color: #B2BFD7;
}
</style>
border-color css
<style>
span { border-color: #B2BFD7; }
span { border-color: rgb(178,191,215); }
td.TdClassName
{
border-color: #B2BFD7;
}
.TagClassName
{
border-color: #B2BFD7;
}
</style>