Shades of Spindle #B2BFD0
Tints of Spindle #B2BFD0
RGB
CMYK
RGB Variations
Color information
#B2BFD0 (or 0xB2BFD0) is known color: Spindle. HEX triplet: B2, BF and D0. RGB value is (178,191,208). Sum of RGB (Red+Green+Blue) = 178+191+208=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #B2BFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFD0 is #4D402F. Grayscale: #BCBCBC. Windows color (decimal): -5062704 or 13680562. OLE color: 13680562.
HSL color Cylindrical-coordinate representation of color #B2BFD0: hue angle of 214º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2BFD0 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 191 | 208 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.18 |
| HSL | 214º | 0.24% | 0.76% | - |
| HSV(B) | 214º | 0.14% | 0.82% | - |
| XYZ | 48.38 | 51.28 | 67.02 | - |
| YUV | 189.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 208 | 0.14 | 0.08 | 0 | 0.18 | 214 | 0.24 | 0.76 |
| Hex | B2 | BF | D0 | E | 8 | 0 | 12 | D6 | 18 | 4C |
| Octal | 262 | 277 | 320 | 16 | 10 | 0 | 22 | 326 | 30 | 114 |
| Binary | 10110010 | 10111111 | 11010000 | 1110 | 1000 | 0 | 10010 | 11010110 | 11000 | 1001100 |
Color Harmonies of #B2BFD0
Complementary color
Monochromatic Colors of #B2BFD0
Black with #B2BFD0
Text Example
Text Example
White with #B2BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFD0; }
p { color: rgb(178,191,208); }
H1.HeaderClassName
{
color: #B2BFD0;
}
.AnyTagClassName
{
color: #B2BFD0;
}
</style>
background-color css
<style>
a { background-color: #B2BFD0; }
a { background-color: rgb(178,191,208); }
div.DivClassName
{
background-color: #B2BFD0;
}
.BgClassName
{
background-color: #B2BFD0;
}
</style>
border-color css
<style>
span { border-color: #B2BFD0; }
span { border-color: rgb(178,191,208); }
td.TdClassName
{
border-color: #B2BFD0;
}
.TagClassName
{
border-color: #B2BFD0;
}
</style>