Shades of Spindle #B2BDD6
Tints of Spindle #B2BDD6
RGB
CMYK
RGB Variations
Color information
#B2BDD6 (or 0xB2BDD6) is known color: Spindle. HEX triplet: B2, BD and D6. RGB value is (178,189,214). Sum of RGB (Red+Green+Blue) = 178+189+214=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #B2BDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDD6 is #4D4229. Grayscale: #BCBCBC. Windows color (decimal): -5063210 or 14073266. OLE color: 14073266.
HSL color Cylindrical-coordinate representation of color #B2BDD6: hue angle of 221.67º 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 #B2BDD6 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 189 | 214 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.16 |
| HSL | 221.67º | 0.31% | 0.77% | - |
| HSV(B) | 221.67º | 0.17% | 0.84% | - |
| XYZ | 48.7 | 50.72 | 70.84 | - |
| YUV | 188.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 214 | 0.17 | 0.12 | 0 | 0.16 | 221.67 | 0.31 | 0.77 |
| Hex | B2 | BD | D6 | 11 | C | 0 | 10 | DE | 1F | 4D |
| Octal | 262 | 275 | 326 | 21 | 14 | 0 | 20 | 336 | 37 | 115 |
| Binary | 10110010 | 10111101 | 11010110 | 10001 | 1100 | 0 | 10000 | 11011110 | 11111 | 1001101 |
Color Harmonies of #B2BDD6
Complementary color
Monochromatic Colors of #B2BDD6
Black with #B2BDD6
Text Example
Text Example
White with #B2BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BDD6; }
p { color: rgb(178,189,214); }
H1.HeaderClassName
{
color: #B2BDD6;
}
.AnyTagClassName
{
color: #B2BDD6;
}
</style>
background-color css
<style>
a { background-color: #B2BDD6; }
a { background-color: rgb(178,189,214); }
div.DivClassName
{
background-color: #B2BDD6;
}
.BgClassName
{
background-color: #B2BDD6;
}
</style>
border-color css
<style>
span { border-color: #B2BDD6; }
span { border-color: rgb(178,189,214); }
td.TdClassName
{
border-color: #B2BDD6;
}
.TagClassName
{
border-color: #B2BDD6;
}
</style>