Shades of Spindle #B2BCD3
Tints of Spindle #B2BCD3
RGB
CMYK
RGB Variations
Color information
#B2BCD3 (or 0xB2BCD3) is known color: Spindle. HEX triplet: B2, BC and D3. RGB value is (178,188,211). Sum of RGB (Red+Green+Blue) = 178+188+211=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #B2BCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BCD3 is #4D432C. Grayscale: #BBBBBB. Windows color (decimal): -5063469 or 13876402. OLE color: 13876402.
HSL color Cylindrical-coordinate representation of color #B2BCD3: hue angle of 221.82º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2BCD3 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 188 | 211 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.17 |
| HSL | 221.82º | 0.27% | 0.76% | - |
| HSV(B) | 221.82º | 0.16% | 0.83% | - |
| XYZ | 48.1 | 50.13 | 68.77 | - |
| YUV | 187.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 211 | 0.16 | 0.11 | 0 | 0.17 | 221.82 | 0.27 | 0.76 |
| Hex | B2 | BC | D3 | 10 | B | 0 | 11 | DE | 1B | 4C |
| Octal | 262 | 274 | 323 | 20 | 13 | 0 | 21 | 336 | 33 | 114 |
| Binary | 10110010 | 10111100 | 11010011 | 10000 | 1011 | 0 | 10001 | 11011110 | 11011 | 1001100 |
Color Harmonies of #B2BCD3
Complementary color
Monochromatic Colors of #B2BCD3
Black with #B2BCD3
Text Example
Text Example
White with #B2BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCD3; }
p { color: rgb(178,188,211); }
H1.HeaderClassName
{
color: #B2BCD3;
}
.AnyTagClassName
{
color: #B2BCD3;
}
</style>
background-color css
<style>
a { background-color: #B2BCD3; }
a { background-color: rgb(178,188,211); }
div.DivClassName
{
background-color: #B2BCD3;
}
.BgClassName
{
background-color: #B2BCD3;
}
</style>
border-color css
<style>
span { border-color: #B2BCD3; }
span { border-color: rgb(178,188,211); }
td.TdClassName
{
border-color: #B2BCD3;
}
.TagClassName
{
border-color: #B2BCD3;
}
</style>